aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_formula_spec_selection.rb
diff options
context:
space:
mode:
authorMike McQuaid2013-10-23 22:14:55 +0100
committerMike McQuaid2013-10-23 22:15:28 +0100
commit0de5f9e4ff101a6f8b83667da252bb57a76139d0 (patch)
tree85852db7b6247ab34d2407e7388e61fda309bf61 /Library/Homebrew/test/test_formula_spec_selection.rb
parent859b8743653831dedcc225f93b2ede754d540900 (diff)
downloadhomebrew-0de5f9e4ff101a6f8b83667da252bb57a76139d0.tar.bz2
test_formula: add Mavericks bottles.
Diffstat (limited to 'Library/Homebrew/test/test_formula_spec_selection.rb')
-rw-r--r--Library/Homebrew/test/test_formula_spec_selection.rb1
1 files changed, 1 insertions, 0 deletions
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