aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/tab_test.rb
diff options
context:
space:
mode:
authorMike McQuaid2017-01-29 17:49:49 +0000
committerGitHub2017-01-29 17:49:49 +0000
commit73fd972391f891a8bcda9e934b9eb33c81b4999d (patch)
treef1b64abd80cfad4332d0634d99c377cb1128a7fb /Library/Homebrew/test/tab_test.rb
parentc5072226871196d2eb3265d930daff87968d23e8 (diff)
parentf7b19916265ba893c669316c0984085aa069d774 (diff)
downloadbrew-73fd972391f891a8bcda9e934b9eb33c81b4999d.tar.bz2
Merge pull request #1914 from MikeMcQuaid/test-gem-updates
*/Gemfile*: remove rake, version pins, master simplecov.
Diffstat (limited to 'Library/Homebrew/test/tab_test.rb')
-rw-r--r--Library/Homebrew/test/tab_test.rb9
1 files changed, 6 insertions, 3 deletions
diff --git a/Library/Homebrew/test/tab_test.rb b/Library/Homebrew/test/tab_test.rb
index f6f55348d..b48efcf5c 100644
--- a/Library/Homebrew/test/tab_test.rb
+++ b/Library/Homebrew/test/tab_test.rb
@@ -241,15 +241,18 @@ class TabTests < Homebrew::TestCase
assert_equal @tab.changed_files, tab.changed_files
assert_equal @tab.tap, tab.tap
assert_equal @tab.spec, tab.spec
- assert_equal @tab.time, tab.time
+ assert_nil @tab.time
+ assert_nil tab.time
assert_equal @tab.HEAD, tab.HEAD
assert_equal @tab.compiler, tab.compiler
assert_equal @tab.stdlib, tab.stdlib
- assert_equal @tab.runtime_dependencies, tab.runtime_dependencies
+ assert_nil @tab.runtime_dependencies
+ assert_nil tab.runtime_dependencies
assert_equal @tab.stable_version, tab.stable_version
assert_equal @tab.devel_version, tab.devel_version
assert_equal @tab.head_version, tab.head_version
- assert_equal @tab.source["path"], tab.source["path"]
+ assert_nil @tab.source["path"]
+ assert_nil tab.source["path"]
end
def test_remap_deprecated_options