Skip to content

Commit

Permalink
Add require factory_bot_rails to spec_helper to attempt to fix seed
Browse files Browse the repository at this point in the history
  • Loading branch information
LHJE committed Jan 7, 2021
1 parent dcb8260 commit 84ac796
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'factory_bot_rails'

require 'simplecov'
SimpleCov.start 'rails' do
class BaseFilter < SimpleCov::Filter
Expand Down

0 comments on commit 84ac796

Please sign in to comment.