Sha256: 9fb9d181971ab3e3011afa17b7bb2a4279038edf02a24f42d804fd069e073201

Contents?: true

Size: 288 Bytes

Versions: 1

Compression:

Stored size: 288 Bytes

Contents

# Shoulda matchers allow you to quickly verify validations and relationships
# The syntax methods give you inline matcher syntax
RSpec.configure do |config|
  config.include(Shoulda::Matchers::ActiveModel, type: :model)
  config.include(Shoulda::Matchers::ActiveRecord, type: :model)
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
authkit-0.7.0 lib/generators/authkit/templates/spec/support/shoulda_matchers.rb