Commit 67886c84 authored by Erik Michaels-Ober's avatar Erik Michaels-Ober
Browse files

Merge pull request #789 from reedloden/test-arguments-typo

Fix typo in test/arguments.bats (s/enought/enough/)
parents 8e104eb9 058917cd
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"