Commit 77f72c16 authored by Giannis Kepas's avatar Giannis Kepas
Browse files

fix bats load paths

parent 8ed1e583
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
#!/usr/bin/env bats

setup() {
    load 'test_helper/bats-support/load'
    load 'test_helper/bats-assert/load'
    load '../../test_helper/bats-support/load'
    load '../../test_helper/bats-assert/load'
}
+2 −2
Original line number Diff line number Diff line
#!/usr/bin/env bats

setup() {
    load 'test_helper/bats-support/load'
    load 'test_helper/bats-assert/load'
    load '../../test_helper/bats-support/load'
    load '../../test_helper/bats-assert/load'
}
+2 −2
Original line number Diff line number Diff line
#!/usr/bin/env bats

setup() {
    load 'test_helper/bats-support/load'
    load 'test_helper/bats-assert/load'
    load '../../test_helper/bats-support/load'
    load '../../test_helper/bats-assert/load'
}
+2 −2
Original line number Diff line number Diff line
#!/usr/bin/env bats

setup() {
    load 'test_helper/bats-support/load'
    load 'test_helper/bats-assert/load'
    load '../../test_helper/bats-support/load'
    load '../../test_helper/bats-assert/load'
}
+2 −2
Original line number Diff line number Diff line
#!/usr/bin/env bats

setup() {
    load 'test_helper/bats-support/load'
    load 'test_helper/bats-assert/load'
    load '../../test_helper/bats-support/load'
    load '../../test_helper/bats-assert/load'
}
Loading