Skip to content

Commit 21c6cec

Browse files
author
Carlos Silva
committedMay 28, 2017
Fix Rails 5.0.0 Gemfile for tests
1 parent d0b52e5 commit 21c6cec

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed
 

‎gemfiles/Gemfile.rails-5.0-stable

+7-3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ source 'https://rubygems.org'
33
gem 'rails', '~> 5.0.0'
44
gem 'pg', '0.18'
55

6-
group :test do
7-
gem "rspec"
8-
end
6+
# Extra needed gems
7+
gem "rspec"
8+
gem "faker"
9+
gem "dotenv"
10+
gem "byebug"
11+
gem "factory_girl"
12+
gem "database_cleaner"

0 commit comments

Comments
 (0)
Please sign in to comment.