Skip to content

Commit 3a8971a

Browse files
committed
Merge pull request #106 from arthurnn/add_minitest_gemfile
Add minitest to rails3 gemfiles
2 parents cdc54c3 + bed2473 commit 3a8971a

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ gemfile:
99
- test/gemfiles/Gemfile.rails-3.2.x
1010
- test/gemfiles/Gemfile.rails-4.0.x
1111

12-
matrix:
13-
allow_failures:
14-
- rvm: 2.1.0
15-
1612
notifications:
1713
email: false
1814
campfire:

test/gemfiles/Gemfile.rails-3.0.x

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ gemspec :path => "./../.."
33

44
gem "actionpack", "~> 3.0.0"
55
gem "railties", "~> 3.0.0"
6+
7+
gem 'minitest', '= 4.7.3'

test/gemfiles/Gemfile.rails-3.1.x

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ gemspec :path => "./../.."
55
gem "actionpack", "~> 3.1.0", :github => "josh/rails", :branch => "3-1-stable-sprockets"
66
gem "railties", "~> 3.1.0", :github => "josh/rails", :branch => "3-1-stable-sprockets"
77
gem "tzinfo"
8+
9+
gem 'minitest', '= 4.7.3'

test/gemfiles/Gemfile.rails-3.2.x

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ gemspec :path => "./../.."
55
gem "actionpack", "~> 3.2.0", :github => "josh/rails", :branch => "3-2-stable-sprockets"
66
gem "railties", "~> 3.2.0", :github => "josh/rails", :branch => "3-2-stable-sprockets"
77
gem "tzinfo"
8+
9+
gem 'minitest', '= 4.7.3'

0 commit comments

Comments
 (0)