--- MacRuby/trunk/test-macruby/known_bugs.rb 2008-12-30 16:27:43 UTC (rev 775)
+++ MacRuby/trunk/test-macruby/known_bugs.rb 2008-12-30 16:32:10 UTC (rev 776)
@@ -87,7 +87,7 @@
include ModuleInstanceMethod
end
- def test_class_should_respond_to_methods_included_in_Class
+ def test_module_should_respond_to_methods_included_in_Module
assert Module.new.respond_to?(:a_module_instance_method)
end
end