From a27ac708b89cf057271cbe27198ca9f0ee96da30 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 28 Oct 2020 08:27:12 +0900 Subject: [PATCH] Fixed typo --- spec/goldiloader/auto_include_context_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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