Skip to content

Commit

Permalink
Remove FactoryBot from sample spec_helper
Browse files Browse the repository at this point in the history
We don't currently need factories to test the sample project, and I
can't see any reason we ever would.
  • Loading branch information
jhawthorn committed Oct 26, 2017
1 parent eaac656 commit 1e918a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sample/spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
# instead of true.
config.use_transactional_fixtures = false

config.include FactoryBot::Syntax::Methods
config.fail_fast = ENV['FAIL_FAST'] || false

config.example_status_persistence_file_path = "./spec/examples.txt"
Expand Down

0 comments on commit 1e918a3

Please sign in to comment.