but do it correctly

pull/130/head
Maciek Swiech 2020-06-01 11:30:53 -06:00
parent 4f19d627d6
commit 93d5ad4e6b
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ load test_helper
@test "Sourcing works, by checking if \$system is set" { @test "Sourcing works, by checking if \$system is set" {
run echo $system run echo $system
refute_output "MacOS" assert_output ""
} }
@test "#get_themes populates themes" { @test "#get_themes populates themes" {