aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorJack Nagel2015-02-21 12:15:39 -0500
committerJack Nagel2015-02-21 12:26:14 -0500
commita6b16dfa187dca5521da8b99eba2eeb69cb561cc (patch)
tree742e817f052c0eb8b3bfbf13d695ead04a163629 /Library/Homebrew/test
parent22cf99094f7944de1c7989235c628c599dc760c7 (diff)
downloadbrew-a6b16dfa187dca5521da8b99eba2eeb69cb561cc.tar.bz2
Eliminate conditional
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/test_tab.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_tab.rb b/Library/Homebrew/test/test_tab.rb
index ea38be87b..1ffa7fbb0 100644
--- a/Library/Homebrew/test/test_tab.rb
+++ b/Library/Homebrew/test/test_tab.rb
@@ -22,7 +22,7 @@ class TabTests < Homebrew::TestCase
end
def test_defaults
- tab = Tab.dummy_tab
+ tab = Tab.empty
assert_empty tab.unused_options
assert_empty tab.used_options
refute_predicate tab, :built_as_bottle