adding rspec and auto test runs

This commit is contained in:
Michael McCabe
2013-09-05 16:50:29 -04:00
parent 65eb2caeaf
commit 1f3620a3de
5 changed files with 23 additions and 10 deletions
+9
View File
@@ -170,6 +170,14 @@ GEM
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
rspec (2.14.0)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
rspec-core (2.14.2)
rspec-expectations (2.14.0)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.1)
ruby2ruby (2.0.3)
ruby_parser (~> 3.1)
sexp_processor (~> 4.0)
@@ -230,6 +238,7 @@ DEPENDENCIES
rails (= 3.2.13)
rb-fsevent
rspec-rails
rspec
sass-rails (~> 3.2.3)
sqlite3
uglifier (>= 1.0.3)