Skip to content

Commit

Permalink
Ignore a few files with simple_cov.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcxplorer committed Apr 18, 2011
1 parent e41ce2b commit c11a452
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion spec/spec_helper.rb
@@ -1,5 +1,8 @@
require "simplecov"
SimpleCov.start
SimpleCov.start do
add_filter "config/initializers"
add_filter "spec/acceptance/support"
end

ENV["RAILS_ENV"] ||= "test"
require File.expand_path("../../config/environment", __FILE__)
Expand Down

0 comments on commit c11a452

Please sign in to comment.