Skip to content

Commit

Permalink
exclude specs from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Leech committed Oct 7, 2014
1 parent 5146e6b commit 51b0d0e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion spec/spec_helper.rb
@@ -1,5 +1,9 @@
require 'simplecov'
require 'coveralls'
Coveralls.wear!

SimpleCov.formatter = Coveralls::SimpleCov::Formatter

SimpleCov.start { add_filter 'spec' }

require 'wisper/celluloid'

Expand Down

0 comments on commit 51b0d0e

Please sign in to comment.