update define_method_spec.rb

This commit is contained in:
Watson
2013-03-21 16:51:48 +09:00
parent 1755d2b69a
commit ddb65efb3d

View File

@@ -52,6 +52,7 @@ end
class TestIncludedModule
include TestDefineMethodAlias
include TestDefineModuleExtendSelfBefore
end
describe "define_method" do
@@ -60,5 +61,6 @@ describe "define_method" do
obj = TestIncludedModule.new
obj.test.should == 42
obj.test2.should == 42
obj.foo.should == 42
end
end