Skip to content

Commit

Permalink
setup coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Jun 6, 2013
1 parent 38c563b commit ae97aec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ platforms :ruby do
gem 'github-markup', '0.7.2'
end

### dep for ci/coverage
gem 'coveralls', :require => false

platforms :jruby do
gem "jruby-openssl"
end
Expand Down
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
require 'rubygems'

require 'coveralls'
Coveralls.wear!

begin
require 'spork'
rescue LoadError
Expand Down

0 comments on commit ae97aec

Please sign in to comment.