Sha256: 6b8280862813510fb3e78edb721b637a7700c21d542688a9715edd739fe549aa

Contents?: true

Size: 343 Bytes

Versions: 7

Compression:

Stored size: 343 Bytes

Contents

$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), 'support'))

require 'rubygems'
require 'bundler'

Bundler.require :default, :test


RSpec.configure do |config|
  config.expect_with :rspec do |c|
    c.syntax = :expect
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
grape-entity-matchers-1.3.0 spec/spec_helper.rb
grape-entity-matchers-1.2.0 spec/spec_helper.rb
grape-entity-matchers-1.1.0 spec/spec_helper.rb
grape-entity-matchers-1.0.1 spec/spec_helper.rb
grape-entity-matchers-1.0.0 spec/spec_helper.rb
grape-entity-matchers-0.4.1 spec/spec_helper.rb
grape-entity-matchers-0.4.0 spec/spec_helper.rb