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 authored and Kaspar Vollenweider committed May 5, 2019
1 parent 4d100b3 commit 68a4219
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@ script: "bundle exec rake"
rvm:
- 2.3
- 2.4
- 2.5
- 2.6

env:
- DB=sqlite

before_script:
- gem update --system
- gem install bundler --version 1.17.3
- gem install bundler:1.17.3
- bundle install
- bundle exec rake app:db:setup

Expand Down
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 68a4219

Please sign in to comment.