Skip to content

Commit

Permalink
try skipping spec in coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
James McKinney committed Jan 12, 2015
1 parent cdc31a3 commit fa000cc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion spec/spec_helper.rb
@@ -1,7 +1,11 @@
require 'rubygems'

require 'simplecov'
require 'coveralls'
Coveralls.wear!
SimpleCov.formatter = Coveralls::SimpleCov::Formatter
SimpleCov.start do
add_filter 'spec'
end

require 'digest/sha1'
require 'net/http'
Expand Down

0 comments on commit fa000cc

Please sign in to comment.