aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Homebrew/test/test_formula.rb1
-rw-r--r--Library/Homebrew/test/test_formula_spec_selection.rb1
2 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/test/test_formula.rb b/Library/Homebrew/test/test_formula.rb
index 1e2fc1a67..9f815166f 100644
--- a/Library/Homebrew/test/test_formula.rb
+++ b/Library/Homebrew/test/test_formula.rb
@@ -169,6 +169,7 @@ class FormulaTests < Test::Unit::TestCase
sha1 'faceb00cfaceb00cfaceb00cfaceb00cfaceb00c' => :snow_leopard
sha1 'baadf00dbaadf00dbaadf00dbaadf00dbaadf00d' => :lion
sha1 '8badf00d8badf00d8badf00d8badf00d8badf00d' => :mountain_lion
+ sha1 'deadf00ddeadf00ddeadf00ddeadf00ddeadf00d' => :mavericks
end
def initialize(name="spec_test_ball", path=nil)
diff --git a/Library/Homebrew/test/test_formula_spec_selection.rb b/Library/Homebrew/test/test_formula_spec_selection.rb
index a04ccb424..f637619d3 100644
--- a/Library/Homebrew/test/test_formula_spec_selection.rb
+++ b/Library/Homebrew/test/test_formula_spec_selection.rb
@@ -45,6 +45,7 @@ class FormulaSpecSelectionTests < Test::Unit::TestCase
:snow_leopard => 'faceb00c'*5,
:lion => 'baadf00d'*5,
:mountain_lion => '8badf00d'*5,
+ :mavericks => 'deadf00d'*5
}.each_pair do |cat, val|
sha1(val => cat)
end