Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshay Vishnoi committed Nov 29, 2013
1 parent 0322b6a commit e6bccef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activesupport/test/core_ext/range_ext_test.rb
Expand Up @@ -42,7 +42,7 @@ def test_should_include_identical_exclusive
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

Expand Down

0 comments on commit e6bccef

Please sign in to comment.