From 618bb9b41356bcab84c13905cf013b02cf8d3966 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 8 Aug 2014 23:31:55 -0500 Subject: Better assertions in tab test --- Library/Homebrew/test/test_tab.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Homebrew/test/test_tab.rb b/Library/Homebrew/test/test_tab.rb index bb08cc5c3..4e0cd03f2 100644 --- a/Library/Homebrew/test/test_tab.rb +++ b/Library/Homebrew/test/test_tab.rb @@ -26,8 +26,8 @@ class TabTests < Homebrew::TestCase assert_empty tab.unused_options assert_empty tab.used_options assert_empty tab.options - refute tab.built_as_bottle - refute tab.poured_from_bottle + refute_predicate tab, :built_as_bottle + refute_predicate tab, :poured_from_bottle assert_empty tab.tapped_from assert_nil tab.time assert_nil tab.HEAD -- cgit v1.2.3