Highlighting color of enabled components

This commit is contained in:
Konstantin Gredeskoul
2016-05-07 04:23:03 -07:00
parent ffbeeacc54
commit fb6a6c80c0
4 changed files with 72 additions and 13 deletions

View File

@@ -17,7 +17,7 @@ NO_COLOR=true
@test "helpers search all ruby et al" {
run _bash-it-search 'ruby' 'gem' 'bundle' 'rake' 'rails'
[[ "${lines[0]}" == 'aliases : bundler rails' ]]
[[ "${lines[1]}" == 'plugins : chruby chruby-auto ruby' ]]
[[ "${lines[2]}" == 'completions : bundler gem rake' ]]
[[ "${lines[0]/\*/}" == 'aliases : bundler rails' ]]
[[ "${lines[1]/\*/}" == 'plugins : chruby chruby-auto ruby' ]]
[[ "${lines[2]/\*/}" == 'completions : bundler gem rake' ]]
}