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
commit4732bd601ed5ba31cd699c9cdce503fc440a7ac6 (patch)
tree78b76fc2fe49354e815957511c3b06834c8a847b /Library/Homebrew/test/test_compiler_queue.rb
parent77ee6d10d2d76b7a24887d5d3f81f96eb160229d (diff)
downloadhomebrew-4732bd601ed5ba31cd699c9cdce503fc440a7ac6.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