mirror of
https://github.com/internetee/registry.git
synced 2025-05-28 16:39:55 +02:00
Revert "Include "factory_girl_rails" gem in development"
This reverts commit b15e36ea08
.
This commit is contained in:
parent
33a54a7bda
commit
7d7fa65947
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -130,7 +130,6 @@ end
|
|||
group :development, :test do
|
||||
gem 'capybara'
|
||||
gem 'rspec-rails', '~> 3.5'
|
||||
gem 'factory_girl_rails'
|
||||
gem 'fabrication', '2.13.2' # Replacement for fixtures
|
||||
gem 'phantomjs-binaries'
|
||||
gem 'phantomjs'
|
||||
|
@ -159,6 +158,7 @@ end
|
|||
|
||||
group :test do
|
||||
gem 'database_cleaner'
|
||||
gem 'factory_girl_rails'
|
||||
gem 'codeclimate-test-reporter', "~> 1.0.0"
|
||||
gem 'simplecov'
|
||||
gem 'webmock'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue