Skip to content

Commit

Permalink
[ci] Replace FactoryGirl gem with FactoryBot gem
Browse files Browse the repository at this point in the history
FactoryGirl gem has been renamed to FactoryBot
  • Loading branch information
David Kang committed Nov 3, 2017
1 parent d7728b5 commit 37bb3d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ group :development, :test do
# as testing framework
gem 'rspec-rails', '~> 3.5.0'
# for fixtures
gem 'factory_girl_rails'
gem 'factory_bot_rails'
# for mocking the backend
gem 'vcr'
# as alternative to the standard IRB shell
Expand Down
8 changes: 4 additions & 4 deletions src/api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ GEM
erubi (1.7.0)
escape_utils (1.2.1)
execjs (2.7.0)
factory_girl (4.8.0)
factory_bot (4.8.2)
activesupport (>= 3.0.0)
factory_girl_rails (4.8.0)
factory_girl (~> 4.8.0)
factory_bot_rails (4.8.2)
factory_bot (~> 4.8.2)
railties (>= 3.0.0)
faker (1.8.4)
i18n (~> 0.5)
Expand Down Expand Up @@ -438,7 +438,7 @@ DEPENDENCIES
database_cleaner (>= 1.0.1)
delayed_job_active_record (>= 4.0.0)
escape_utils
factory_girl_rails
factory_bot_rails
faker
feature
flog (> 4.1.0)
Expand Down

0 comments on commit 37bb3d7

Please sign in to comment.