spec/spec_helper.rb in enju_message-0.1.14.pre14 vs spec/spec_helper.rb in enju_message-0.1.14.pre15
- old
+ new
@@ -1,4 +1,7 @@
+require 'simplecov'
+SimpleCov.start 'rails'
+
# 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'
require 'factory_girl'