spec/rails_helper.rb in capistrano-env-0.1.2 vs spec/rails_helper.rb in capistrano-env-0.2.0
- old
+ new
@@ -1,6 +1,8 @@
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
+require 'coveralls'
+Coveralls.wear!
require 'capistrano'
ENV['RAILS_ENV'] ||= 'test'
require File.expand_path('../dummy/config/environment', __FILE__)
require 'rspec/rails'