examples/rr/space_create_example.rb in rr-0.1.2 vs examples/rr/space_create_example.rb in rr-0.1.3

- old
+ new

@@ -152,10 +152,10 @@ double.method_name.should === @method_name end it "overrides the method when passing a block" do double = @space.create_double(@object, @method_name) - @object.methods.should include("__rr__#{@method_name}__rr__") + @object.methods.should include("__rr__#{@method_name}") end end describe Space, "#create_double when double exists" do it_should_behave_like "RR::Space"