adding rspec-rails and guard-rspec

This commit is contained in:
Michael McCabe
2013-09-06 15:43:59 -04:00
parent 71c690bd03
commit 914e35e0dd
2 changed files with 6 additions and 8 deletions
+1 -4
View File
@@ -12,6 +12,7 @@ gem 'foreman'
group :development do group :development do
gem 'brakeman' gem 'brakeman'
gem 'guard-brakeman' gem 'guard-brakeman'
gem 'guard-rspec'
gem 'rb-fsevent' gem 'rb-fsevent'
gem 'guard-shell' gem 'guard-shell'
gem 'bundler-audit' gem 'bundler-audit'
@@ -25,10 +26,6 @@ group :development, :test do
gem 'rspec-rails' gem 'rspec-rails'
end end
group :test do
gem 'rspec'
end
# Gems used only for assets and not required # Gems used only for assets and not required
# in production environments by default. # in production environments by default.
group :assets do group :assets do
+5 -4
View File
@@ -95,6 +95,9 @@ GEM
em-websocket (>= 0.2.0) em-websocket (>= 0.2.0)
guard (>= 1.5.0) guard (>= 1.5.0)
multi_json (~> 1.0) multi_json (~> 1.0)
guard-rspec (2.5.4)
guard (>= 1.1)
rspec (~> 2.11)
guard-shell (0.5.1) guard-shell (0.5.1)
guard (>= 1.1.0) guard (>= 1.1.0)
haml (4.0.2) haml (4.0.2)
@@ -159,16 +162,14 @@ GEM
rb-fsevent (0.9.3) rb-fsevent (0.9.3)
rdoc (3.12.2) rdoc (3.12.2)
json (~> 1.4) json (~> 1.4)
rspec (2.14.0) rspec (2.14.1)
rspec-core (~> 2.14.0) rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0) rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0) rspec-mocks (~> 2.14.0)
rspec-core (2.14.2) rspec-core (2.14.2)
rspec-core (2.14.4)
rspec-expectations (2.14.0) rspec-expectations (2.14.0)
diff-lcs (>= 1.1.3, < 2.0) diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.1) rspec-mocks (2.14.1)
rspec-mocks (2.14.2)
rspec-rails (2.14.0) rspec-rails (2.14.0)
actionpack (>= 3.0) actionpack (>= 3.0)
activesupport (>= 3.0) activesupport (>= 3.0)
@@ -227,6 +228,7 @@ DEPENDENCIES
gauntlt gauntlt
guard-brakeman guard-brakeman
guard-livereload guard-livereload
guard-rspec
guard-shell guard-shell
jquery-fileupload-rails jquery-fileupload-rails
jquery-rails jquery-rails
@@ -235,7 +237,6 @@ DEPENDENCIES
rack-livereload rack-livereload
rails (= 3.2.13) rails (= 3.2.13)
rb-fsevent rb-fsevent
rspec
rspec-rails rspec-rails
sass-rails (~> 3.2.3) sass-rails (~> 3.2.3)
sqlite3 sqlite3