Sha256: 7656c3c54cab9e90fcd9534dea073cf0253bc986e91723a34b40eb840ccacbd1

Contents?: true

Size: 292 Bytes

Versions: 4

Compression:

Stored size: 292 Bytes

Contents

Shoulda::Matchers.configure do |config|
  config.integrate do |with|
    with.test_framework :rspec
    with.library :rails
  end
end

RSpec.configure do |config|
  config.include Shoulda::Matchers::ActiveModel, type: :model
  config.include Shoulda::Matchers::ActiveRecord, type: :model
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
transcript-0.3.0 spec/support/shoulda.rb
transcript-0.2.1 spec/support/shoulda.rb
transcript-0.2.0 spec/support/shoulda.rb
transcript-0.1.0 spec/support/shoulda.rb