Skip to content

Commit

Permalink
track test coverage w/ coveralls.io
Browse files Browse the repository at this point in the history
  • Loading branch information
semmons99 committed Dec 29, 2013
1 parent 557e92b commit f4416f7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .coveralls.yml
@@ -0,0 +1 @@
repo_token: pbKErt5rAW1iRYGMIAGGAAHfVRmiBzxfd
2 changes: 2 additions & 0 deletions Gemfile
@@ -1,3 +1,5 @@
source "https://rubygems.org"

gem "coveralls", :require => false

gemspec
2 changes: 2 additions & 0 deletions spec/spec_helper.rb
@@ -1,4 +1,6 @@
# encoding: utf-8
require "coveralls"
Coveralls.wear!

require "money"

Expand Down

0 comments on commit f4416f7

Please sign in to comment.