Skip to content

Commit a063076

Browse files
committed
Add minitest to rails3 gemfiles
1 parent cdc54c3 commit a063076

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

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.0'

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.0'

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.0'

0 commit comments

Comments
 (0)