1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
This commit is contained in:
Akshay Vishnoi 2013-11-29 19:21:11 +05:30
parent 0322b6a835
commit e6bccef3d0

View file

@ -42,7 +42,7 @@ class RangeTest < ActiveSupport::TestCase
assert((1...10).include?(1...10))
end
def test_should_include_other_with_exlusive_end
def test_should_include_other_with_exclusive_end
assert((1..10).include?(1...10))
end