Skip to content

Commit 8f67b6c

Browse files
committed
Layout/ClosingHeredocIndentation
1 parent 835fd43 commit 8f67b6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/rspec/rails/matchers/has_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ class CollectionOwner < ActiveRecord::Base
33
CREATE TABLE collection_owners (
44
id integer PRIMARY KEY AUTOINCREMENT
55
)
6-
SQL
6+
SQL
77
has_many :associated_items do
88
def has_some_quality?; true end
99
end
@@ -15,7 +15,7 @@ class AssociatedItem < ActiveRecord::Base
1515
id integer PRIMARY KEY AUTOINCREMENT,
1616
collection_owner_id integer
1717
)
18-
SQL
18+
SQL
1919
belongs_to :collection_owner
2020
end
2121

0 commit comments

Comments
 (0)