Skip to content

Commit

Permalink
add coveralls for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
krisleech committed Sep 21, 2014
1 parent 2bec9a7 commit 175cd72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ gemspec

# unreleased version of wisper
gem 'wisper', github: 'krisleech/wisper', branch: 'invoker-adapter'

gem 'coveralls', require: false
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
require 'coveralls'
Coveralls.wear!

require 'wisper/celluloid'

RSpec.configure do |config|
Expand Down

0 comments on commit 175cd72

Please sign in to comment.