aboutsummaryrefslogtreecommitdiffstats
path: root/spec/lib/model_attribute_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/lib/model_attribute_spec.rb')
-rw-r--r--spec/lib/model_attribute_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/model_attribute_spec.rb b/spec/lib/model_attribute_spec.rb
index 8463d12fe..2da178d2c 100644
--- a/spec/lib/model_attribute_spec.rb
+++ b/spec/lib/model_attribute_spec.rb
@@ -1,6 +1,6 @@
RSpec.describe ModelAttribute do
describe ".define" do
- it "adds a new instance of ModelAttribute to @@all" do
+ it "adds a new instance of ModelAttribute to .all" do
expect do
ModelAttribute.define(:route, :name, :string)
end.to change { ModelAttribute.all.length }.by(1)