Newer
Older
dmpopidor / spec / support / shoulda.rb
@Bodacious Bodacious on 25 Jul 2018 187 bytes Add extra validations for all models
require 'shoulda/matchers'

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