Skip to content

Commit

Permalink
Merge 5b8bb36 into 85d5196
Browse files Browse the repository at this point in the history
  • Loading branch information
ktdreyer committed Dec 26, 2013
2 parents 85d5196 + 5b8bb36 commit 1f8a0c5
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'
begin
require "coveralls"
rescue LoadError
warn "warning: coveralls gem not found; skipping Coveralls"
end

SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
SimpleCov::Formatter::HTMLFormatter,
Expand Down

0 comments on commit 1f8a0c5

Please sign in to comment.