diff options
Diffstat (limited to 'Library/Homebrew/test/test_tab.rb')
| -rw-r--r-- | Library/Homebrew/test/test_tab.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_tab.rb b/Library/Homebrew/test/test_tab.rb index 3db7bbea1..2c756cf68 100644 --- a/Library/Homebrew/test/test_tab.rb +++ b/Library/Homebrew/test/test_tab.rb @@ -34,7 +34,7 @@ class TabTests < Homebrew::TestCase      tab = Tab.empty      assert_empty tab.unused_options      assert_empty tab.used_options -    assert_empty tab.changed_files +    assert_nil tab.changed_files      refute_predicate tab, :built_as_bottle      refute_predicate tab, :poured_from_bottle      assert_predicate tab, :stable?  | 
