add rspec-rails gem

This commit is contained in:
Lars Henrik Mai 2016-02-17 07:55:37 +01:00
parent b2ce70c08c
commit 630b2fcd19
2 changed files with 20 additions and 0 deletions

View file

@ -44,6 +44,7 @@ group :development do
end
group :development, :test do
gem 'rspec-rails', '~> 3.0'
gem 'pry'
gem 'pry-rails'
gem 'capybara'

View file

@ -54,6 +54,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.9.1.1)
diff-lcs (1.2.5)
docile (1.1.5)
elasticsearch (1.0.8)
elasticsearch-api (= 1.0.7)
@ -159,6 +160,23 @@ GEM
rake (10.4.2)
rdoc (4.2.0)
json (~> 1.4)
rspec-core (3.3.2)
rspec-support (~> 3.3.0)
rspec-expectations (3.3.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.3.0)
rspec-mocks (3.3.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.3.0)
rspec-rails (3.3.3)
actionpack (>= 3.0, < 4.3)
activesupport (>= 3.0, < 4.3)
railties (>= 3.0, < 4.3)
rspec-core (~> 3.3.0)
rspec-expectations (~> 3.3.0)
rspec-mocks (~> 3.3.0)
rspec-support (~> 3.3.0)
rspec-support (3.3.0)
sass (3.4.13)
sass-rails (5.0.3)
railties (>= 4.0.0, < 5.0)
@ -239,6 +257,7 @@ DEPENDENCIES
quiet_assets
rails
rails-i18n
rspec-rails (~> 3.0)
sass-rails
sdoc (~> 0.4.0)
shoulda