Skip to content

Commit

Permalink
test(coverage): fix coverage by removing spec/ from the count
Browse files Browse the repository at this point in the history
  • Loading branch information
paulRbr committed Aug 19, 2014
1 parent f053578 commit a627e8c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
ENV['RACK_ENV'] ||= 'test'
require 'simplecov'
SimpleCov.start
SimpleCov.start do
add_filter 'spec/'
end
require 'coveralls'
Coveralls.wear!
require 'rack/test'
Expand Down

0 comments on commit a627e8c

Please sign in to comment.