Skip to content
This repository has been archived by the owner on Dec 23, 2020. It is now read-only.

Commit

Permalink
Merge pull request #21 from sanemat/feature/coveralls
Browse files Browse the repository at this point in the history
Use coveralls
  • Loading branch information
sanemat committed Jun 12, 2013
2 parents 4c5828a + e575de3 commit 64a7859
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ source 'https://rubygems.org'

# Specify your gem's dependencies in actionview-link_to_blank.gemspec
gemspec
gem 'coveralls', require: false
1 change: 1 addition & 0 deletions gemfiles/rails_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 "actionpack", "~> 3.2"
gem "activesupport", "~> 3.2"

Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_3_2_stable.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 "rails", :github=>"rails", :branch=>"3-2-stable"

gemspec :path=>"../"
1 change: 1 addition & 0 deletions gemfiles/rails_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 "actionpack", "~> 4.0.0.beta"
gem "activesupport", "~> 4.0.0.beta"

Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_4_0_stable.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 "rails", :github=>"rails", :branch=>"4-0-stable"

gemspec :path=>"../"
1 change: 1 addition & 0 deletions gemfiles/rails_master.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 "rails", :github=>"rails"

gemspec :path=>"../"
3 changes: 3 additions & 0 deletions test/test_actionview-link_to_blank.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#coding: utf-8
require 'coveralls'
Coveralls.wear!

require 'minitest/autorun'
require 'active_support/concern'
require 'active_support/core_ext'
Expand Down

0 comments on commit 64a7859

Please sign in to comment.