aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_compiler_queue.rb
diff options
context:
space:
mode:
authorJack Nagel2014-06-11 12:22:29 -0500
committerJack Nagel2014-06-11 12:22:29 -0500
commitddc615366c791cbfaedde0eee3c6596c3f5d394a (patch)
tree49dabbd99f71441fc19f5713919ef18c17d5d569 /Library/Homebrew/test/test_compiler_queue.rb
parent93d8e716410bdf04346791e64b7446528371dfed (diff)
downloadbrew-ddc615366c791cbfaedde0eee3c6596c3f5d394a.tar.bz2
Use assert_empty
Diffstat (limited to 'Library/Homebrew/test/test_compiler_queue.rb')
-rw-r--r--Library/Homebrew/test/test_compiler_queue.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_compiler_queue.rb b/Library/Homebrew/test/test_compiler_queue.rb
index 6dee1ab37..9f108ce75 100644
--- a/Library/Homebrew/test/test_compiler_queue.rb
+++ b/Library/Homebrew/test/test_compiler_queue.rb
@@ -13,7 +13,7 @@ class CompilerQueueTests < Test::Unit::TestCase
end
def test_empty
- assert @q.empty?
+ assert_empty @q
end
def test_queues_items