Skip to content
This repository has been archived by the owner on Oct 3, 2018. It is now read-only.

Commit

Permalink
filter .bundle directory from simplecov
Browse files Browse the repository at this point in the history
  • Loading branch information
phlipper committed May 20, 2013
1 parent 3d810b7 commit 1418c73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/minitest_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
begin
require "simplecov"
SimpleCov.start "rails" do
add_filter "test"
add_filter "config"
add_filter "vendor"
add_filter do |src_file|
src_file.filename.match /test|config|vendor|\.bundle/
end
command_name "MiniTest"
end
rescue LoadError
Expand Down

0 comments on commit 1418c73

Please sign in to comment.