Skip to content

Commit

Permalink
Coveralls support
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Mar 7, 2013
1 parent 450e683 commit 7d7571c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
service-name: travis-pro
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ gemspec

group :test do
gem 'base32'
end
gem 'coveralls', :require => false
end
5 changes: 4 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
require 'shared/box'
require 'shared/authenticator'
require 'shared/key_equality'
require 'coveralls'

Coveralls.wear!

def hex2bytes(hex)
Crypto::Encoder[:hex].decode(hex)
end
end

0 comments on commit 7d7571c

Please sign in to comment.