Skip to content

Commit

Permalink
remove deprecated factory_girl_rails gem
Browse files Browse the repository at this point in the history
since it is deprecated and not used anywhere
if factories become a need again, one can use factory_bot_rails
  • Loading branch information
casaper committed May 5, 2019
1 parent 4d100b3 commit 61ea819
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion i18n_rails_helpers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ Gem::Specification.new do |s|

s.add_development_dependency 'rspec-rails'
s.add_development_dependency 'capybara'
s.add_development_dependency 'factory_girl_rails'
end
1 change: 0 additions & 1 deletion spec/rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

require File.expand_path('../dummy/config/environment.rb', __FILE__)
require 'rspec/rails'
require 'factory_girl_rails'

Rails.backtrace_cleaner.remove_silencers!

Expand Down

0 comments on commit 61ea819

Please sign in to comment.