spec/rails_helper.rb in releaf-1.0.4 vs spec/rails_helper.rb in releaf-1.0.5
- old
+ new
@@ -12,13 +12,11 @@
SimpleCov::Formatter::HTMLFormatter,
SimpleCov::Formatter::RcovFormatter,
Coveralls::SimpleCov::Formatter
])
SimpleCov.start do
- add_filter '/config/'
- add_filter '/lib/tasks'
+ add_filter '/lib/releaf/rspec'
add_filter '/spec/'
- add_filter '/app/assets/'
end
end
ENV["RAILS_ENV"] ||= 'test'
require 'spec_helper'