spelling: comparison

This commit is contained in:
Josh Soref 2017-09-10 16:30:30 +00:00
parent e108cf8cf5
commit 7b1cf6df5a

View File

@ -31,7 +31,7 @@ describe "Satisfy Dependencies and Requirements", :cask do
it { is_expected.not_to raise_error } it { is_expected.not_to raise_error }
end 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") } 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 } it { is_expected.not_to raise_error }
end end