Skip to content

Commit

Permalink
Switch to factory_bot
Browse files Browse the repository at this point in the history
  • Loading branch information
schlick committed Feb 11, 2019
1 parent 8f2bfe1 commit 1286ed0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boolean_dsl.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|

s.add_development_dependency 'bundler', '~> 1.0'
s.add_development_dependency 'rspec', '~> 2.14'
s.add_development_dependency 'factory_girl', '~> 4.4'
s.add_development_dependency 'factory_bot', '~> 4.4'
s.add_development_dependency 'cane', '~> 2.6'
s.add_development_dependency 'byebug', '~> 2.7'
s.add_development_dependency 'rake', '~> 10.1'
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
config.filter_run :focus
config.filter_run_excluding perf: true
config.order = 'random'
# config.include FactoryGirl::Syntax::Methods
# config.include FactoryBot::Syntax::Methods
end

require 'parslet/convenience'
Expand Down

0 comments on commit 1286ed0

Please sign in to comment.