Sha256: b990a88c299a189b5ef6ad9cedb405e6a8b7c8c399e6ed63a71f35dccf35a043

Contents?: true

Size: 292 Bytes

Versions: 6

Compression:

Stored size: 292 Bytes

Contents

require "shoulda-matchers"

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

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

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
craby-0.0.4 lib/craby/shoulda_matchers.rb
craby-0.0.3 lib/craby/shoulda_matchers.rb
craby-0.0.2 lib/craby/shoulda_matchers.rb
capy-spec-0.0.3 lib/capy_spec/shoulda_matchers.rb
capy-spec-0.0.2 lib/capy_spec/shoulda_matchers.rb
capy-spec-0.0.1 lib/capy_spec/shoulda_matchers.rb