spec/spec_helper.rb in enju_library-0.1.0.pre38 vs spec/spec_helper.rb in enju_library-0.1.0.pre39
- 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("../../spec/dummy/config/environment", __FILE__)
require 'rspec/rails'