Get the test in a known state

This commit is contained in:
Konstantin Gredeskoul
2016-05-07 06:42:48 -07:00
parent 1a02db13bc
commit 81e3f1121b

View File

@@ -16,6 +16,7 @@ NO_COLOR=true
}
@test "helpers search all ruby et al" {
run _bash-it-search 'ruby' 'gem' 'bundle' 'rake' 'rails' '--disable'
run _bash-it-search 'ruby' 'gem' 'bundle' 'rake' 'rails'
[[ "${lines[0]/✓/}" == ' aliases => bundler rails' ]]
[[ "${lines[1]/✓/}" == ' plugins => chruby chruby-auto ruby' ]]