Skip to content
This repository has been archived by the owner on Mar 29, 2019. It is now read-only.

Commit

Permalink
Add coveralls (coverage web service) #1264
Browse files Browse the repository at this point in the history
  • Loading branch information
marutosi authored and meineerde committed May 8, 2013
1 parent dfb7785 commit e319c89
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -23,6 +23,8 @@ group :test do
gem 'mocha', '0.12.1'
# capybara 2 drops ruby 1.8.7 compatibility
gem 'capybara', '< 2.0.0'

gem 'coveralls', :require => false
end

group :ldap do
Expand Down
4 changes: 4 additions & 0 deletions test/test_helper.rb
Expand Up @@ -13,6 +13,10 @@
#++

ENV["RAILS_ENV"] = "test"

require 'coveralls'
Coveralls.wear!('rails')

require File.expand_path(File.dirname(__FILE__) + "/../config/environment")
require 'test_help'
require File.expand_path(File.dirname(__FILE__) + '/helper_testcase')
Expand Down

0 comments on commit e319c89

Please sign in to comment.