Skip to content

Commit

Permalink
Merge pull request #12 from frankshearar/add-coveralls-support
Browse files Browse the repository at this point in the history
Coveralls.io integration
  • Loading branch information
hayeah committed Jun 19, 2013
2 parents 0ab5c1e + ebac5c7 commit c3d3905
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -4,4 +4,5 @@ group :development, :test do
gem 'jeweler'
gem 'shoulda'
gem 'simplecov'
gem 'coveralls', :require => false
end
8 changes: 8 additions & 0 deletions test/test_helper.rb
Expand Up @@ -8,6 +8,14 @@
require 'simplecov'
SimpleCov.start

begin
# Coveralls is marked as an _optional_ dependency, so don't
# throw a fit if it's not there.
require 'coveralls'
Coveralls.wear!
rescue LoadError
end

require 'rantly'

class Test::Unit::TestCase
Expand Down

0 comments on commit c3d3905

Please sign in to comment.