Skip to content

Commit a757499

Browse files
committed
rake standard:fix
1 parent 9af3754 commit a757499

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

spec/integration/composite_primary_key_spec.rb

Lines changed: 3 additions & 3 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 associations' 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
@@ -40,7 +40,7 @@
4040
self.primary_key = [:first_name, :last_name]
4141
end
4242
end
43-
43+
4444
with_model :Child do
4545
table do |t|
4646
t.string :parent_first_name
@@ -53,7 +53,7 @@
5353

5454
pg_search_scope :search_parent_hobby, associated_against: {
5555
parent: [:hobby]
56-
}
56+
}
5757
end
5858
end
5959

0 commit comments

Comments
 (0)