Skip to content

Commit

Permalink
Merge pull request #789 from reedloden/test-arguments-typo
Browse files Browse the repository at this point in the history
Fix typo in test/arguments.bats (s/enought/enough/)
  • Loading branch information
sferik committed Jul 18, 2015
2 parents 8e104eb + 058917c commit 67886c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/arguments.bats
Expand Up @@ -2,7 +2,7 @@

load test_helper

@test "not enought arguments for ruby-build" {
@test "not enough arguments for ruby-build" {
# use empty inline definition so nothing gets built anyway
local definition="${TMP}/build-definition"
echo '' > "$definition"
Expand Down

0 comments on commit 67886c8

Please sign in to comment.