Revision: 776 http://trac.macosforge.org/projects/ruby/changeset/776 Author: eloy.de.enige@gmail.com Date: 2008-12-30 08:32:10 -0800 (Tue, 30 Dec 2008) Log Message: ----------- Fixed test name. Modified Paths: -------------- MacRuby/trunk/test-macruby/known_bugs.rb Modified: MacRuby/trunk/test-macruby/known_bugs.rb =================================================================== --- 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
participants (1)
-
source_changes@macosforge.org