mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
change factory_girl to factory_bot - rename
This commit is contained in:
parent
5459dcd8d0
commit
095164bc71
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -69,7 +69,7 @@ group :test do
|
||||||
gem 'rails-dom-testing', git: 'https://github.com/rails/rails-dom-testing', ref: 'a64f30514ee65f172c43f42cfd4500b5e11a561a'
|
gem 'rails-dom-testing', git: 'https://github.com/rails/rails-dom-testing', ref: 'a64f30514ee65f172c43f42cfd4500b5e11a561a'
|
||||||
|
|
||||||
|
|
||||||
gem "factory_girl_rails"
|
gem "factory_bot_rails"
|
||||||
gem "rspec-expectations"
|
gem "rspec-expectations"
|
||||||
gem "database_cleaner"
|
gem "database_cleaner"
|
||||||
gem "mocha", :require => false
|
gem "mocha", :require => false
|
||||||
|
|
|
||||||
|
|
@ -85,10 +85,10 @@ GEM
|
||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
eventmachine (1.2.7)
|
eventmachine (1.2.7)
|
||||||
execjs (2.7.0)
|
execjs (2.7.0)
|
||||||
factory_girl (4.9.0)
|
factory_bot (4.9.0)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
factory_girl_rails (4.9.0)
|
factory_bot_rails (4.9.0)
|
||||||
factory_girl (~> 4.9.0)
|
factory_bot (~> 4.9.0)
|
||||||
railties (>= 3.0.0)
|
railties (>= 3.0.0)
|
||||||
ffi (1.9.25)
|
ffi (1.9.25)
|
||||||
font-awesome-sass (4.5.0)
|
font-awesome-sass (4.5.0)
|
||||||
|
|
@ -267,7 +267,7 @@ DEPENDENCIES
|
||||||
codeclimate-test-reporter
|
codeclimate-test-reporter
|
||||||
coffee-rails (~> 4.1.0)
|
coffee-rails (~> 4.1.0)
|
||||||
database_cleaner
|
database_cleaner
|
||||||
factory_girl_rails
|
factory_bot_rails
|
||||||
font-awesome-sass (~> 4.5.0)
|
font-awesome-sass (~> 4.5.0)
|
||||||
htmlentities
|
htmlentities
|
||||||
jquery-rails (~> 3.1.3)
|
jquery-rails (~> 3.1.3)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue