spec/spec_helper.rb in faye-authentication-0.2.0 vs spec/spec_helper.rb in faye-authentication-0.3.0
- old
+ new
@@ -16,9 +16,10 @@
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
require 'webmock/rspec'
RSpec.configure do |config|
+ WebMock.disable_net_connect!(:allow_localhost => true)
# The settings below are suggested to provide a good initial experience
# with RSpec, but feel free to customize to your heart's content.
=begin
# These two settings work together to allow you to limit a spec run
# to individual examples or groups you care about by tagging them with