added test example for plugin and lib

This commit is contained in:
Ivan Povalyukhin
2015-03-28 18:21:52 -07:00
parent a13719f28f
commit 28e5c99816
2 changed files with 17 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
load ../test_helper
load ../../lib/composure
@test "composure_keywords()" {
@test "lib composure: composure_keywords()" {
run composure_keywords
assert_output "about author example group param version"
}