Skip to content

Commit

Permalink
Merge pull request #96 from Turing-Eras/re-seed-db
Browse files Browse the repository at this point in the history
Add `require factory_bot_rails` to spec_helper to attempt to fix seed
  • Loading branch information
AngelaGuardia authored Jan 7, 2021
2 parents dcb8260 + 84ac796 commit 2d75a29
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 2d75a29

Please sign in to comment.