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
+5 -4
View File
@@ -95,6 +95,9 @@ GEM
em-websocket (>= 0.2.0)
guard (>= 1.5.0)
multi_json (~> 1.0)
guard-rspec (2.5.4)
guard (>= 1.1)
rspec (~> 2.11)
guard-shell (0.5.1)
guard (>= 1.1.0)
haml (4.0.2)
@@ -159,16 +162,14 @@ GEM
rb-fsevent (0.9.3)
rdoc (3.12.2)
json (~> 1.4)
rspec (2.14.0)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
rspec-core (2.14.2)
rspec-core (2.14.4)
rspec-expectations (2.14.0)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.1)
rspec-mocks (2.14.2)
rspec-rails (2.14.0)
actionpack (>= 3.0)
activesupport (>= 3.0)
@@ -227,6 +228,7 @@ DEPENDENCIES
gauntlt
guard-brakeman
guard-livereload
guard-rspec
guard-shell
jquery-fileupload-rails
jquery-rails
@@ -235,7 +237,6 @@ DEPENDENCIES
rack-livereload
rails (= 3.2.13)
rb-fsevent
rspec
rspec-rails
sass-rails (~> 3.2.3)
sqlite3