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
+7
View File
@@ -25,6 +25,9 @@ group :development, :test do
gem 'rspec-rails'
end
group :test do
gem 'rspec'
end
# Gems used only for assets and not required
# in production environments by default.
@@ -52,9 +55,13 @@ gem 'jquery-rails'
# Pow related gem
gem 'powder'
<<<<<<< HEAD
gem 'aruba'
gem 'minitest', '~> 4.0', :require=> "minitest/autorun"
=======
#gem 'minitest'
>>>>>>> adding rspec and auto test runs
# Deploy with Capistrano
# gem 'capistrano'