Skip to content

Commit

Permalink
Merge pull request #95 from hsbt/fix-typo
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
jturkel committed Oct 28, 2020
2 parents 864bfc4 + a27ac70 commit aefd728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/goldiloader/auto_include_context_spec.rb
Expand Up @@ -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
Expand Down

0 comments on commit aefd728

Please sign in to comment.