Revision
802
Author
eloy.de.enige@gmail.com
Date
2009-01-20 16:29:02 -0800 (Tue, 20 Jan 2009)

Log Message

Oops, actually do what the test says?\226?\128?\166

Modified Paths

Diff

Modified: MacRuby/trunk/test-macruby/cases/hotcocoa/mappings_test.rb (801 => 802)


--- MacRuby/trunk/test-macruby/cases/hotcocoa/mappings_test.rb	2009-01-21 00:21:56 UTC (rev 801)
+++ MacRuby/trunk/test-macruby/cases/hotcocoa/mappings_test.rb	2009-01-21 00:29:02 UTC (rev 802)
@@ -28,7 +28,7 @@
   end
   
   it "should create a mapping to a class with a symbol name of the class given to #map" do
-    Mappings.map(:klass => 'SampleClass') {}
+    Mappings.map(:klass => :SampleClass) {}
     assert_equal SampleClass, Mappings.mappings[:klass].control_class
   end