Sha256: 61a08d46ae02e0a69a28b1f37845018eedd14775151f1dda084043fecf84f222

Contents?: true

Size: 482 Bytes

Versions: 18

Compression:

Stored size: 482 Bytes

Contents

Shoulda::Matchers.configure do |config|
  config.integrate do |with|
    # Choose a test framework:
    with.test_framework :rspec
    # with.test_framework :minitest
   #  with.test_framework :minitest_4
   #  with.test_framework :test_unit

    # Choose one or more libraries:
    # with.library :active_record
    # with.library :active_model
    # with.library :action_controller
    # Or, choose the following (which implies all of the above):
    with.library :rails
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
myrails-7.0.0 lib/myrails/templates/spec/support/configs/shoulda_matchers.rb
myrails-6.0.0 lib/myrails/templates/spec/support/configs/shoulda_matchers.rb
myrails-5.0.0 lib/myrails/templates/spec/support/configs/shoulda_matchers.rb
myrails-4.0.0 lib/myrails/templates/rspec/shoulda_matchers.rb
myrails-3.2.1 lib/myrails/templates/rspec/shoulda_matchers.rb
myrails-3.2.0 lib/myrails/templates/rspec/shoulda_matchers.rb
myrails-3.1.0 lib/myrails/templates/rspec/shoulda_matchers.rb
myrails-3.0.0 lib/myrails/templates/rspec/shoulda_matchers.rb
myrails-2.2.2 lib/myrails/templates/rspec/shoulda_matchers.rb
myrails-2.2.1 lib/myrails/templates/rspec/shoulda_matchers.rb
myrails-2.2.0 lib/myrails/templates/rspec/shoulda_matchers.rb
myrails-2.1.0 lib/myrails/templates/rspec/shoulda_matchers.rb
myrails-2.0.0 lib/myrails/templates/rspec/shoulda_matchers.rb
myrails-1.1.1 lib/myrails/templates/rspec/shoulda_matchers.rb
myrails-1.1.0 lib/myrails/templates/rspec/shoulda_matchers.rb
myrails-1.0.2 lib/myrails/templates/rspec/shoulda_matchers.rb
myrails-1.0.1 lib/myrails/templates/rspec/shoulda_matchers.rb
myrails-1.0.0 lib/myrails/templates/rspec/shoulda_matchers.rb