Sha256: cec05a44493590c2b53696eee5555d7198b07c0b90e4950ba224a6426c49ed46

Contents?: true

Size: 366 Bytes

Versions: 4

Compression:

Stored size: 366 Bytes

Contents

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

    # 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

4 entries across 4 versions & 1 rubygems

Version Path
htcht-0.1.6 lib/htcht/cli/rails/templates/api_build_files/shoulda_matchers.rb
htcht-0.1.3 lib/htcht/cli/rails/templates/api_build_files/shoulda_matchers.rb
htcht-0.1.1 lib/htcht/cli/rails/templates/api_build_files/shoulda_matchers.rb
htcht-0.1.0 lib/htcht/cli/rails/templates/api_build_files/shoulda_matchers.rb