test/ironmq_tests.rb in ironmq-1.2.2 vs test/ironmq_tests.rb in ironmq-1.2.3

- old
+ new

@@ -13,9 +13,10 @@ class IronMQTests < Test::Unit::TestCase def setup puts 'setup' @config = YAML::load_file(File.expand_path(File.join("~", "Dropbox", "configs", "ironmq_gem", "test", "config.yml"))) @client = IronMQ::Client.new(@config['ironmq']) + @client.logger.level = Logger::DEBUG @client.queue_name = 'ironmq-gem-tests' end def test_basics res = @client.messages.post("hello world!")