diff --git a/spec/motion-support/core_ext/class/attribute_accessor_spec.rb b/spec/motion-support/core_ext/class/attribute_accessor_spec.rb index ca829ee..427b653 100644 --- a/spec/motion-support/core_ext/class/attribute_accessor_spec.rb +++ b/spec/motion-support/core_ext/class/attribute_accessor_spec.rb @@ -42,7 +42,7 @@ class CAttrAccessorDerived < CAttrAccessorBase @class.rdrd.should == 'default' end - it "should return default if one was given for specified" do + it "should return default if one was given for instance" do @object.rdrd.should == 'default' end end