Skip to content

Commit

Permalink
Merge pull request #6 from tvdeyen/rename-factory-bot
Browse files Browse the repository at this point in the history
Rename FactoryBot
  • Loading branch information
jhawthorn authored Oct 25, 2017
2 parents af0f549 + 1a96f0c commit 60c8af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/solidus_support/extension/rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
require 'spree/testing_support/preferences'

RSpec.configure do |config|
config.include FactoryGirl::Syntax::Methods
config.include FactoryBot::Syntax::Methods

# visit spree.admin_path
# current_path.should eql(spree.products_path)
Expand Down

0 comments on commit 60c8af6

Please sign in to comment.