Skip to content

Commit

Permalink
Making tests runnable on ruby 1.9.2. thanks @joshk for the hint ;-)
Browse files Browse the repository at this point in the history
  • Loading branch information
paukul committed Aug 9, 2011
1 parent b55b0b2 commit 6d4b73d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/logger_test.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/test_helper.rb' require 'test_helper'




class TheAMQPLoggerTest < Test::Unit::TestCase class TheAMQPLoggerTest < Test::Unit::TestCase
Expand Down
2 changes: 1 addition & 1 deletion test/metrics_agent_test.rb
@@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/test_helper.rb' require 'test_helper'




module AMQPLogging module AMQPLogging
Expand Down

0 comments on commit 6d4b73d

Please sign in to comment.