triggering travis build

pull/130/head
Maciek Swiech 2020-06-01 10:48:36 -06:00
parent 0929c24f8f
commit eadc5435e6
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ load 'libs/bats-assert/load'
load test_helper
@test "sourcing works, by checking if $system is set" {
@test "Sourcing works, by checking if $system is set" {
run echo $system
refute_output ""
}