Removed reload keyword from composure_keywords(), it is not needed
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
composure_keywords ()
|
||||
{
|
||||
echo "about author example group param reload version"
|
||||
echo "about author example group param version"
|
||||
}
|
||||
|
||||
letterpress ()
|
||||
|
||||
@@ -5,5 +5,5 @@ load ../../lib/composure
|
||||
|
||||
@test "lib composure: composure_keywords()" {
|
||||
run composure_keywords
|
||||
assert_output "about author example group param reload version"
|
||||
assert_output "about author example group param version"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user