Sha256: 35d7f1ca60958bb61753039cd6bd8b16d8b0b76b2c0be1973edc12555c37fcf2

Contents?: true

Size: 261 Bytes

Versions: 2

Compression:

Stored size: 261 Bytes

Contents

require 'rspec'

RSpec.configure do |config|
  require 'grape_entity_matchers/represent_matcher'
  config.include GrapeEntityMatchers::RepresentMatcher
  require 'grape_entity_matchers/document_matcher'
  config.include GrapeEntityMatchers::DocumentMatcher
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
grape-entity-matchers-1.3.0 lib/grape_entity_matchers/rspec_integration.rb
grape-entity-matchers-1.2.0 lib/grape_entity_matchers/rspec_integration.rb