Back ported a lot of changes made to the Koans directory.
[ruby_koans.git] / src / about_true_and_false.rb
index 4c99d99..e9910f6 100644 (file)
@@ -10,7 +10,7 @@ class AboutTrueAndFalse < EdgeCase::Koan
   end
 
   def test_true_is_treated_as_true
-    assert_equal __(:true_stuff), truth_value(true)    
+    assert_equal __(:true_stuff), truth_value(true)
   end
 
   def test_false_is_treated_as_false