Skip to content

Commit

Permalink
Install Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
laserlemon committed Nov 26, 2013
1 parent d42000e commit 7ea80f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -3,5 +3,6 @@ source "https://rubygems.org"
gemspec

group :test do
gem "coveralls", "~> 0.7", require: false
gem "rspec", "~> 2.14"
end
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
@@ -1,3 +1,6 @@
require "coveralls"
Coveralls.wear!

require "command"

require "bundler"
Expand Down

0 comments on commit 7ea80f5

Please sign in to comment.