Sha256: 5330312aacadb2f670ec8d8f16f309416a382102b4e9a06285aa1bd392f8d902

Contents?: true

Size: 531 Bytes

Versions: 42

Compression:

Stored size: 531 Bytes

Contents

require 'bundler/setup'
Bundler.setup

require 'simplecov'
SimpleCov.start

require 'maremma'
require 'rspec'
require 'rack/test'
require 'webmock/rspec'
require 'vcr'

RSpec.configure do |config|
  config.include WebMock::API
  config.include Rack::Test::Methods
  config.expect_with :rspec do |c|
    c.syntax = :expect
  end
end

VCR.configure do |c|
  c.cassette_library_dir = "spec/fixtures/vcr_cassettes"
  c.hook_into :webmock
  c.ignore_localhost = true
  c.ignore_hosts 'codeclimate.com'
  c.configure_rspec_metadata!
end

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
maremma-4.0.11 spec/spec_helper.rb
maremma-4.0.10 spec/spec_helper.rb
maremma-4.0.9 spec/spec_helper.rb
maremma-4.0.8 spec/spec_helper.rb
maremma-4.0.7 spec/spec_helper.rb
maremma-4.0.6 spec/spec_helper.rb
maremma-4.0.5 spec/spec_helper.rb
maremma-4.0.3 spec/spec_helper.rb
maremma-4.0.2 spec/spec_helper.rb
maremma-4.0.1 spec/spec_helper.rb
maremma-4.0 spec/spec_helper.rb
maremma-3.6.2 spec/spec_helper.rb
maremma-3.6.1 spec/spec_helper.rb
maremma-3.6 spec/spec_helper.rb
maremma-2.4.4 spec/spec_helper.rb
maremma-2.4.3 spec/spec_helper.rb
maremma-3.5.11 spec/spec_helper.rb
maremma-3.5.10 spec/spec_helper.rb
maremma-3.5.9 spec/spec_helper.rb
maremma-2.4.2 spec/spec_helper.rb