Skip to content

Commit

Permalink
Update to new FactoryBot name
Browse files Browse the repository at this point in the history
  • Loading branch information
jhawthorn committed Oct 25, 2017
1 parent cb67f49 commit 38764fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion solidus_comments.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'sqlite3'
s.add_development_dependency 'capybara'
s.add_development_dependency 'poltergeist'
s.add_development_dependency 'factory_girl'
s.add_development_dependency 'factory_bot'
s.add_development_dependency 'ffaker'
s.add_development_dependency 'database_cleaner'
s.add_development_dependency 'pry-rails'
Expand Down
6 changes: 3 additions & 3 deletions spec/support/factory_girl.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
require 'ffaker'
require 'factory_girl'
require 'factory_bot'

FactoryGirl.find_definitions
FactoryBot.find_definitions

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

0 comments on commit 38764fb

Please sign in to comment.