spec/spec_helper.rb in enju_loc-0.1.0.pre3 vs spec/spec_helper.rb in enju_loc-0.1.0.pre4
- old
+ new
@@ -1,6 +1,8 @@
require 'simplecov'
+require 'coveralls'
SimpleCov.start 'rails'
+Coveralls.wear!
# This file is copied to spec/ when you run 'rails generate rspec:install'
ENV["RAILS_ENV"] ||= 'test'
require File.expand_path("../dummy/config/environment", __FILE__)
require 'rspec/rails'