added test/README with small guides about testing framework

This commit is contained in:
Ivan Povalyukhin
2015-03-28 18:27:11 -07:00
parent 28e5c99816
commit 3c0db284ac
2 changed files with 4 additions and 1 deletions

View File

@@ -9,7 +9,6 @@ load ../../plugins/available/ruby.plugin
assert_line 1 "remove_gem () "
}
@test "plugins ruby: PATH includes ~/.gem/ruby/bin" {
last_path_entry=$(echo $PATH | tr ":" "\n" | tail -1);
[[ "${last_path_entry}" == "${HOME}"/.gem/ruby/*/bin ]]