diff --git a/spec/goldiloader/auto_include_context_spec.rb b/spec/goldiloader/auto_include_context_spec.rb index b07c289..09fb45e 100644 --- a/spec/goldiloader/auto_include_context_spec.rb +++ b/spec/goldiloader/auto_include_context_spec.rb @@ -24,7 +24,7 @@ expect(roots.first.auto_include_context.models).to match_array(roots) end - it "sets the AutoIncludeContext for singluar nested associations" do + it "sets the AutoIncludeContext for singular nested associations" do expect(fruits.map(&:auto_include_context).uniq.size).to eq 1 expect(fruits.first.auto_include_context.models).to match_array(fruits) end