Merge pull request #28 from alindeman/master

Remove Trailing Whitespace
This commit is contained in:
Matt Darby
2011-06-02 15:27:28 -07:00

View File

@@ -10,7 +10,7 @@ class AboutTrueAndFalse < EdgeCase::Koan
end
def test_true_is_treated_as_true
assert_equal __, truth_value(true)
assert_equal __, truth_value(true)
end
def test_false_is_treated_as_false