Revision
798
Author
eloy.de.enige@gmail.com
Date
2009-01-20 06:49:31 -0800 (Tue, 20 Jan 2009)

Log Message

This is only a whitespace fix to be able to say: All the HotCocoa test cases (r794-r796) were written thanks to: Alexander Flatter <flatter@gmail.com>

Modified Paths

Diff

Modified: MacRuby/trunk/test-macruby/cases/hotcocoa/mapper_test.rb (797 => 798)


--- MacRuby/trunk/test-macruby/cases/hotcocoa/mapper_test.rb	2009-01-20 14:44:57 UTC (rev 797)
+++ MacRuby/trunk/test-macruby/cases/hotcocoa/mapper_test.rb	2009-01-20 14:49:31 UTC (rev 798)
@@ -9,7 +9,7 @@
 class TestMapper < Test::Unit::TestCase
   
   include HotCocoa::Mappings
-
+  
   it "should have two hash attributes named #bindings and #delegate" do
     assert Mapper.bindings_modules.is_a?(Hash)
     assert Mapper.delegate_modules.is_a?(Hash)
@@ -33,14 +33,12 @@
   end
   
   def test_include_in_class
-
     m = sample_mapper(true)
     m.include_in_class
     
     assert_equal m.instance_variable_get('@extension_method'), :include
-
+    
     flunk 'Pending.'
-
   end
   
   def test_each_control_ancestor