Commit 058917cd authored by Reed Loden's avatar Reed Loden
Browse files

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

parent 8a5c7ea6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"