Skip to content

Commit

Permalink
Add factory-bot gem to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
leahriffell committed Aug 24, 2020
1 parent 12e34ba commit 0eca937
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ group :development, :test do
gem 'simplecov'
gem 'pry'
gem 'shoulda-matchers', '~> 3.1'
gem 'factory_bot_rails'
end

group :development do
Expand Down
6 changes: 6 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ GEM
docile (1.3.2)
erubi (1.9.0)
execjs (2.7.0)
factory_bot (6.1.0)
activesupport (>= 5.0.0)
factory_bot_rails (6.1.0)
factory_bot (~> 6.1.0)
railties (>= 5.0.0)
ffi (1.13.1)
globalid (0.4.2)
activesupport (>= 4.2.0)
Expand Down Expand Up @@ -213,6 +218,7 @@ DEPENDENCIES
byebug
capybara
coffee-rails (~> 4.2)
factory_bot_rails
jbuilder (~> 2.5)
launchy
listen (>= 3.0.5, < 3.2)
Expand Down

0 comments on commit 0eca937

Please sign in to comment.