spec/support/aws.rb in fake_sqs-0.0.3 vs spec/support/aws.rb in fake_sqs-0.0.4

- old
+ new

@@ -6,12 +6,9 @@ Thread.abort_on_exception = true ENV['RACK_ENV'] = 'test' -require 'webmock/rspec' -WebMock.disable_net_connect!(:allow_localhost => true) - Thin::Logging.silent = true class FakeServer attr_reader :url