aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Soref2017-09-10 16:38:28 +0000
committerJosh Soref2017-09-10 16:38:28 +0000
commita337620d97d9e3ae4575ff79768c0ef14d82fd0b (patch)
treeffe6ef39152daa1767b01a7b33932b0e6c3939bf
parent70ce9fe7f9b96acc62ad622a564ac41b7cad9521 (diff)
downloadbrew-a337620d97d9e3ae4575ff79768c0ef14d82fd0b.tar.bz2
spelling: omitted
-rw-r--r--Library/Homebrew/test/requirement_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/test/requirement_spec.rb b/Library/Homebrew/test/requirement_spec.rb
index 71372aa69..11a3da8f4 100644
--- a/Library/Homebrew/test/requirement_spec.rb
+++ b/Library/Homebrew/test/requirement_spec.rb
@@ -48,7 +48,7 @@ describe Requirement do
it { is_expected.to be_fatal }
end
- context "#fatal is ommitted" do
+ context "#fatal is omitted" do
it { is_expected.not_to be_fatal }
end
end
@@ -184,7 +184,7 @@ describe Requirement do
it { is_expected.to have_a_default_formula }
end
- context "#default_formula ommitted" do
+ context "#default_formula omitted" do
it { is_expected.not_to have_a_default_formula }
end
end