Skip to content

Commit

Permalink
add coveralls support (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
samfader authored Dec 3, 2018
1 parent 49e40b4 commit 7ad03a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@ if Gem::Version.new(RUBY_VERSION.dup) < Gem::Version.new('1.9.3')
gem 'rest-client', '~> 2.0.1'
gem "activesupport", ">= 4.1.11"
gem 'rake', '10.1.0'
gem 'coveralls', require: false
end

group :development, :test do
gem "coveralls", :require => false
end
3 changes: 3 additions & 0 deletions test/all_tests.rb
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
require 'coveralls'
Coveralls.wear!

Dir[File.dirname(File.absolute_path(__FILE__)) + '/**/*_test.rb'].each {|file| require file }

0 comments on commit 7ad03a0

Please sign in to comment.