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
commit0296ffa0efb7692470bbb8312e0b0fcdb61263dd (patch)
treeece1d6d0a0ced2d05e7389d88599506ed0d6d6d9 /Library/Homebrew/test/test_formula_spec_selection.rb
parent0c332a23a2ab4606ed54060e811445924ff47777 (diff)
downloadbrew-0296ffa0efb7692470bbb8312e0b0fcdb61263dd.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