From a6b16dfa187dca5521da8b99eba2eeb69cb561cc Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 21 Feb 2015 12:15:39 -0500 Subject: Eliminate conditional --- Library/Homebrew/test/test_tab.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/test') 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 -- cgit v1.2.3