Skip to content

Commit

Permalink
Removed reload keyword from composure_keywords(), it is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
dracorp committed Apr 21, 2018
1 parent 0ec0729 commit 48e6888
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/composure.bash
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

composure_keywords ()
{
echo "about author example group param reload version"
echo "about author example group param version"
}

letterpress ()
Expand Down
2 changes: 1 addition & 1 deletion test/lib/composure.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 48e6888

Please sign in to comment.