mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
Merge branch 'rspec' into registry-515
This commit is contained in:
commit
76cf65c6c4
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