Newer
Older
dmpopidor / spec / support / factory_bot.rb
@Bodacious Bodacious on 25 Jul 2018 135 bytes Add extra validations for all models
RSpec.configure do |config|

  config.include(FactoryBot::Syntax::Methods)

  config.before(:suite) do
    # FactoryBot.lint
  end
end