Skip to content

Commit

Permalink
Don't include specs in code coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Apr 24, 2012
1 parent 57fcaaf commit a92d457
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/helper.rb
@@ -1,6 +1,8 @@
unless ENV['CI']
require 'simplecov'
SimpleCov.start
SimpleCov.start do
add_filter 'spec'
end
end
require 'gems'
require 'rspec'
Expand Down

0 comments on commit a92d457

Please sign in to comment.