mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 07:43:13 +01:00
add rspec-rails gem
This commit is contained in:
parent
b2ce70c08c
commit
630b2fcd19
2 changed files with 20 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -44,6 +44,7 @@ group :development do
|
|||
end
|
||||
|
||||
group :development, :test do
|
||||
gem 'rspec-rails', '~> 3.0'
|
||||
gem 'pry'
|
||||
gem 'pry-rails'
|
||||
gem 'capybara'
|
||||
|
|
19
Gemfile.lock
19
Gemfile.lock
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue