Skip to content

Commit 734eb7e

Browse files
committed
"cannot load such file -- test/unit/assertions (LoadError)"
1 parent 9973a77 commit 734eb7e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

gemfiles/Gemfile.rails-3.0

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ gem 'railties', '~> 3.0.0'
44
gem 'activerecord', '~> 3.0.0'
55
gem 'nokogiri', '~> 1.5.0'
66
gem 'rspec-rails', '~> 2.14.1'
7+
gem 'test-unit'
78
gem 'capybara', '~> 2.0.0'
89
# stick to versions that work under Ruby 1.8 for now
910
gem 'mime-types', '< 2'

gemfiles/Gemfile.rails-3.1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ if RUBY_VERSION <= '1.8.7'
77
end
88
gem 'nokogiri', '~> 1.5.0'
99
gem 'rspec-rails', '~> 2.14.1'
10+
gem 'test-unit'
1011
gem 'capybara', '~> 2.0.0'
1112
# stick to versions that work under Ruby 1.8 for now
1213
gem 'mime-types', '< 2'

0 commit comments

Comments
 (0)