Skip to content

Commit 95cc6d7

Browse files
committed
Update test description
1 parent 55834f9 commit 95cc6d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/integration/composite_primary_key_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
end
2727
end
2828

29-
context "without composite_primary_key, searching against association with a composite_primary_key" do
29+
context "searching against relation with a composite_primary_key" do
3030
with_model :Parent do
3131
table primary_key: [:first_name, :last_name] do |t|
3232
t.string :first_name

0 commit comments

Comments
 (0)