Move factory_girl_rails out of groups too
This commit is contained in:
parent
a1ac27fa58
commit
436aebfec0
1 changed files with 3 additions and 3 deletions
6
Gemfile
6
Gemfile
|
|
@ -174,9 +174,11 @@ gem 'cloudinary'
|
||||||
# for setting app configuration in the environment
|
# for setting app configuration in the environment
|
||||||
gem 'dotenv-rails'
|
gem 'dotenv-rails'
|
||||||
|
|
||||||
|
# Both are not in a group as we use it also for rake data:demo
|
||||||
# for fake data
|
# for fake data
|
||||||
# this is not in a group as we use it also for rake data:demo
|
|
||||||
gem 'faker'
|
gem 'faker'
|
||||||
|
# for seeds
|
||||||
|
gem 'factory_girl_rails'
|
||||||
|
|
||||||
# Use guard and spring for testing in development
|
# Use guard and spring for testing in development
|
||||||
group :development do
|
group :development do
|
||||||
|
|
@ -221,6 +223,4 @@ end
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
# as debugger
|
# as debugger
|
||||||
gem 'byebug'
|
gem 'byebug'
|
||||||
# for seeds
|
|
||||||
gem 'factory_girl_rails'
|
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue