Skip to content

Commit

Permalink
Merge pull request #9 from sanemat/feature/coveralls
Browse files Browse the repository at this point in the history
Add coveralls
  • Loading branch information
sanemat committed Dec 23, 2013
2 parents d2d7409 + dcb2056 commit b07cc4d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ source 'https://rubygems.org'
# Specify your gem's dependencies in actionview-link_to_block.gemspec
gemspec

gem 'coveralls', require: false
gem 'pry'
gem 'appraisal', github: 'thoughtbot/appraisal'
1 change: 1 addition & 0 deletions gemfiles/actionpack_3_2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

source "https://rubygems.org"

gem "coveralls", :require=>false
gem "pry"
gem "appraisal", :github=>"thoughtbot/appraisal"
gem "actionpack", ">= 3.0", "< 4.0"
Expand Down
1 change: 1 addition & 0 deletions gemfiles/actionpack_4_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

source "https://rubygems.org"

gem "coveralls", :require=>false
gem "pry"
gem "appraisal", :github=>"thoughtbot/appraisal"
gem "actionpack", ">= 4.0.0"
Expand Down
1 change: 1 addition & 0 deletions gemfiles/actionview_4_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

source "https://rubygems.org"

gem "coveralls", :require=>false
gem "pry"
gem "appraisal", :github=>"thoughtbot/appraisal"
gem "actionview", :github=>"rails", :branch=>"master"
Expand Down
3 changes: 3 additions & 0 deletions test/test_actionview-link_to_block.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#coding: utf-8
require 'coveralls'
Coveralls.wear!

require 'active_support/version'
autorun_path = ActiveSupport::VERSION::STRING.start_with?('3')\
? 'minitest/autorun'
Expand Down

0 comments on commit b07cc4d

Please sign in to comment.