Sha256: 8a4a8223a554c56a1e28628b144105ad991803e8598f3f471950b2d8119ac08d

Contents?: true

Size: 259 Bytes

Versions: 4

Compression:

Stored size: 259 Bytes

Contents

# frozen_string_literal: true

require 'shoulda-matchers'

# From: https://github.com/thoughtbot/shoulda-matchers/issues/384
Shoulda::Matchers.configure do |config|
  config.integrate do |with|
    with.test_framework :rspec
    with.library :rails
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
solidus_volume_pricing-1.2.0 spec/support/shoulda.rb
solidus_volume_pricing-1.1.1 spec/support/shoulda.rb
solidus_volume_pricing-1.1.0 spec/support/shoulda.rb
solidus_volume_pricing-1.0.0 spec/support/shoulda.rb