aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJosh Soref2017-09-10 16:30:30 +0000
committerJosh Soref2017-09-10 16:30:30 +0000
commit7b1cf6df5a73b03ad87333636df627c86de50599 (patch)
treef959103b5c2e3b1b9f2563e3fc1d73a31531e800 /Library
parente108cf8cf57835a99a19dc84d26aea3b3cd8917f (diff)
downloadbrew-7b1cf6df5a73b03ad87333636df627c86de50599.tar.bz2
spelling: comparison
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/test/cask/depends_on_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/cask/depends_on_spec.rb b/Library/Homebrew/test/cask/depends_on_spec.rb
index c603cf6e1..fb92a9a24 100644
--- a/Library/Homebrew/test/cask/depends_on_spec.rb
+++ b/Library/Homebrew/test/cask/depends_on_spec.rb
@@ -31,7 +31,7 @@ describe "Satisfy Dependencies and Requirements", :cask do
it { is_expected.not_to raise_error }
end
- context "given a comparisson" do
+ context "given a comparison" do
let(:cask) { Hbc::CaskLoader.load_from_file(TEST_FIXTURE_DIR/"cask/Casks/with-depends-on-macos-comparison.rb") }
it { is_expected.not_to raise_error }
end