From 8de3926d72934965b0bd35eff59713ae9bba59e3 Mon Sep 17 00:00:00 2001 From: Eamonn Webster Date: Tue, 6 Feb 2024 08:15:34 +0000 Subject: [PATCH] example description --- spec/motion-support/core_ext/class/attribute_accessor_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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