Skip to content

Commit 36effd9

Browse files
claudiobrafaelfranca
authored andcommitted
Remove LoadError#path hack for Ruby 1.9
Now that Rails requires Ruby >= 2.0 there is need to skip the `test_depend_on_path` test.
1 parent a856b3d commit 36effd9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

activesupport/test/dependencies_test.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ class DependenciesTest < ActiveSupport::TestCase
2828
end
2929

3030
def test_depend_on_path
31-
skip "LoadError#path does not exist" if RUBY_VERSION < '2.0.0'
32-
3331
expected = assert_raises(LoadError) do
3432
Kernel.require 'omgwtfbbq'
3533
end

0 commit comments

Comments
 (0)