Fix typo in test/arguments.bats (s/enought/enough/)

This commit is contained in:
Reed Loden 2015-07-17 23:49:57 -07:00
parent 8a5c7ea6fb
commit 058917cd1c

View file

@ -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"