Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Oct 27, 2020
1 parent 864bfc4 commit a27ac70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/goldiloader/auto_include_context_spec.rb
Original file line number Diff line number Diff line change
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 a27ac70

Please sign in to comment.