Sha256: fe546a9d8d5d06e2e91ab41bdf63e325f1dc50238710cf085ada12d5144bc5cd

Contents?: true

Size: 220 Bytes

Versions: 9

Compression:

Stored size: 220 Bytes

Contents

require 'api_matchers'
require 'ostruct'

RSpec.configure do |config|
  config.include APIMatchers::RSpecMatchers

  def fail_with(message)
    raise_error(RSpec::Expectations::ExpectationNotMetError, message)
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
api_matchers-0.5.1 spec/spec_helper.rb
api_matchers-0.5.0 spec/spec_helper.rb
api_matchers-0.4.0 spec/spec_helper.rb
api_matchers-0.3.0 spec/spec_helper.rb
api_matchers-0.2.0 spec/spec_helper.rb
api_matchers-0.1.1 spec/spec_helper.rb
api_matchers-0.1.0 spec/spec_helper.rb
api_matchers-0.0.2 spec/spec_helper.rb
api_matchers-0.0.1 spec/spec_helper.rb