aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Soref2017-09-10 16:42:24 +0000
committerJosh Soref2017-09-10 16:42:24 +0000
commit8e4150b20b811175d4778ec73f3018b8ef878742 (patch)
tree33a694a03b2188e951812cdeecabfa1067614532
parent44c56cd9a8d47acbb2e9930087a89bb1a8475038 (diff)
downloadbrew-8e4150b20b811175d4778ec73f3018b8ef878742.tar.bz2
spelling: should
-rw-r--r--Library/Homebrew/test/cmd/commands_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/cmd/commands_spec.rb b/Library/Homebrew/test/cmd/commands_spec.rb
index cf6f56740..46ed3ddcf 100644
--- a/Library/Homebrew/test/cmd/commands_spec.rb
+++ b/Library/Homebrew/test/cmd/commands_spec.rb
@@ -68,7 +68,7 @@ describe Homebrew do
expect(cmds).to include("t1"), "Executable files should be included"
expect(cmds).to include("t2"), "Executable Ruby files should be included"
- expect(cmds).not_to include("t3"), "Executable files with a non Ruby extension shoudn't be included"
+ expect(cmds).not_to include("t3"), "Executable files with a non Ruby extension shouldn't be included"
expect(cmds).not_to include("t4"), "Non-executable files shouldn't be included"
end
end