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