Skip to content

Commit

Permalink
Merge pull request solidusio#2330 from jhawthorn/remove_factories_fro…
Browse files Browse the repository at this point in the history
…m_sample

Remove FactoryBot from sample spec_helper
  • Loading branch information
jhawthorn committed Oct 27, 2017
2 parents 6add84f + 1e918a3 commit 3fe329d
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 @@ -29,7 +29,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 3fe329d

Please sign in to comment.