Skip to content

Commit

Permalink
Add coveralls.
Browse files Browse the repository at this point in the history
  • Loading branch information
darrencauthon committed Mar 9, 2013
1 parent 9dd6531 commit bacad6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ group :development do
gem 'guard'
gem 'guard-minitest', :git => 'git://github.com/aspiers/guard-minitest.git'
gem 'ruby_gntp'
gem 'coveralls', require: false
end
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
require 'minitest/spec'
require 'minitest/autorun'
require './lib/subtle.rb'

require 'coveralls'
Coveralls.wear!

0 comments on commit bacad6e

Please sign in to comment.