mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-15 07:23:19 -04:00
Remove trailing whitespace
This commit is contained in:
@@ -10,7 +10,7 @@ class AboutTrueAndFalse < EdgeCase::Koan
|
|||||||
end
|
end
|
||||||
|
|
||||||
def test_true_is_treated_as_true
|
def test_true_is_treated_as_true
|
||||||
assert_equal __, truth_value(true)
|
assert_equal __, truth_value(true)
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_false_is_treated_as_false
|
def test_false_is_treated_as_false
|
||||||
|
|||||||
Reference in New Issue
Block a user