Skip to content

Commit 55834f9

Browse files
committed
Rename specs
1 parent cf4d3d6 commit 55834f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spec/integration/composite_primary_key_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
require "spec_helper"
44

55
describe "composite_primary_key" do
6-
context 'without relations' do
6+
context 'without associations' do
77
with_model :Parent do
88
table primary_key: [:first_name, :last_name] do |t|
99
t.string :first_name
@@ -26,7 +26,7 @@
2626
end
2727
end
2828

29-
context "without composite_primary_key, searching against relation with a composite_primary_key" do
29+
context "without composite_primary_key, searching against association 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)