Commit 813899c1
Changed files (1)
spec
spec/spec_helper.rb
@@ -1,5 +1,9 @@
require 'simplecov'
-SimpleCov.start 'rails'
+SimpleCov.start 'rails' do
+ add_filter '/spec/'
+ add_filter '/config/'
+ add_filter '/vendor/'
+end
ENV["RAILS_ENV"] ||= 'test'
require File.expand_path("../../config/environment", __FILE__)