Skip to content

Commit

Permalink
lib/extensions tests should be analyzed as well
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrazo committed May 20, 2018
1 parent 3a550db commit 7ebb2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.rb
Expand Up @@ -2,7 +2,7 @@
require 'simplecov-console'
SimpleCov.formatter = SimpleCov.formatter = SimpleCov::Formatter::Console
SimpleCov.start do
add_filter ['.bundle', 'lib/extensions', 'test']
add_filter ['.bundle', 'test']
end

require 'test/unit'
Expand Down

0 comments on commit 7ebb2fb

Please sign in to comment.