Sha256: 89123195a6c38d7672cc915cb4f4b8e267b853afb07b464aa985fc09722ddf08

Contents?: true

Size: 506 Bytes

Versions: 15

Compression:

Stored size: 506 Bytes

Contents

Dir["#{File.dirname __FILE__}/support/**/*.rb"].each {|f| require f}

require 'simplecov'

SimpleCov.start do
  add_filter '/spec/'
  add_filter '/docs/'
  add_filter '/pkg/'
  add_filter '/examples/'
  add_filter '/lib/restspec/rspec'
end

require 'restspec'

RSpec.configure do |config|
  config.expect_with :rspec do |expectations|
    expectations.include_chain_clauses_in_custom_matcher_descriptions = true
  end

  config.mock_with :rspec do |mocks|
    mocks.verify_partial_doubles = true
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
restspec-0.3.2 spec/spec_helper.rb
restspec-0.3.1 spec/spec_helper.rb
restspec-0.3.0 spec/spec_helper.rb
restspec-0.2.6 spec/spec_helper.rb
restspec-0.2.5 spec/spec_helper.rb
restspec-0.2.4 spec/spec_helper.rb
restspec-0.2.3 spec/spec_helper.rb
restspec-0.2.2 spec/spec_helper.rb
restspec-0.2.1 spec/spec_helper.rb
restspec-0.2 spec/spec_helper.rb
restspec-0.1 spec/spec_helper.rb
restspec-0.0.4 spec/spec_helper.rb
restspec-0.0.3 spec/spec_helper.rb
restspec-0.0.2 spec/spec_helper.rb
restspec-0.0.1 spec/spec_helper.rb