Sha256: 28a578e12c0959da0950fabd5d67624ad997b6b4fdc74e5cfaf582f315ce5b8a

Contents?: true

Size: 779 Bytes

Versions: 126

Compression:

Stored size: 779 Bytes

Contents

require 'webmock'

# RSpec 1.x and 2.x compatibility
if defined?(RSpec::Expectations::ExpectationNotMetError)
  RSPEC_NAMESPACE = RSPEC_CONFIGURER = RSpec
elsif defined?(Spec) && defined?(Spec.configure)
  RSPEC_NAMESPACE = Spec
  RSPEC_CONFIGURER = Spec::Runner
else
  begin
    require 'rspec/core'
    require 'rspec/expectations'
    RSPEC_NAMESPACE = RSPEC_CONFIGURER = RSpec
  rescue LoadError
    require 'spec'
    RSPEC_NAMESPACE = Spec
    RSPEC_CONFIGURER = Spec::Runner
  end
end

require 'webmock/rspec/matchers'

RSPEC_CONFIGURER.configure { |config|

  config.include WebMock::API
  config.include WebMock::Matchers

  config.after(:each) do
    WebMock.reset!
  end
}

WebMock::AssertionFailure.error_class = RSPEC_NAMESPACE::Expectations::ExpectationNotMetError

Version data entries

126 entries across 124 versions & 11 rubygems

Version Path
vagrant-unbundled-1.9.1.1 vendor/bundle/ruby/2.4.0/gems/webmock-1.24.6/lib/webmock/rspec.rb
vagrant-unbundled-1.8.5.2 vendor/bundle/ruby/2.3.0/gems/webmock-1.24.6/lib/webmock/rspec.rb
vagrant-unbundled-1.8.5.1 vendor/bundle/ruby/2.3.0/gems/webmock-1.24.6/lib/webmock/rspec.rb
vagrant-unbundled-1.8.4.2 vendor/bundle/ruby/2.3.0/gems/webmock-1.24.6/lib/webmock/rspec.rb
vagrant-unbundled-1.8.4.1 vendor/bundle/ruby/2.3.0/gems/webmock-1.24.6/lib/webmock/rspec.rb
webmock-1.24.6 lib/webmock/rspec.rb
webmock-1.24.5 lib/webmock/rspec.rb
webmock-1.24.4 lib/webmock/rspec.rb
webmock-1.24.3 lib/webmock/rspec.rb
webmock-1.24.2 lib/webmock/rspec.rb
webmock-1.24.1 lib/webmock/rspec.rb
webmock-1.24.0 lib/webmock/rspec.rb
webmock-1.23.0 lib/webmock/rspec.rb
honeybadger-2.4.0 vendor/gems/ruby/2.1.0/gems/webmock-1.20.4/lib/webmock/rspec.rb
honeybadger-2.4.0 vendor/gems/ruby/1.9.1/gems/webmock-1.20.4/lib/webmock/rspec.rb
honeybadger-2.4.0 vendor/gems/ruby/2.2.0/gems/webmock-1.20.4/lib/webmock/rspec.rb
webmock-1.22.6 lib/webmock/rspec.rb
vagrant-unbundled-1.8.1.1 vendor/bundle/ruby/2.3.0/gems/webmock-1.22.5/lib/webmock/rspec.rb
webmock-1.22.5 lib/webmock/rspec.rb
dwolla_swagger-1.0.6 vendor/bundle/ruby/2.2.0/gems/webmock-1.22.3/lib/webmock/rspec.rb