Ignore warnings about mismatched indentations.
This commit is contained in:
parent
464e55f1d0
commit
2bad001cfd
@ -88,7 +88,7 @@ class TestComparable < Test::Unit::TestCase
|
||||
assert_raise_with_message(ArgumentError, 'min argument must be smaller than max argument') {
|
||||
@o.clamp(2, 1)
|
||||
}
|
||||
end
|
||||
end
|
||||
|
||||
def test_err
|
||||
assert_raise(ArgumentError) { 1.0 < nil }
|
||||
|
@ -2146,7 +2146,7 @@ class TestRefinement < Test::Unit::TestCase
|
||||
def call
|
||||
ToProc.call(&self)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
class ToProcAndMethodMissing
|
||||
def method_missing *args
|
||||
|
Loading…
x
Reference in New Issue
Block a user