Skip to content

Commit 21e634a

Browse files
committed
Naming/HeredocDelimiterCase
1 parent 5e96de9 commit 21e634a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/support/ar_classes.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55

66
module Connections
77
def self.extended(host)
8-
host.connection.execute <<-eosql
8+
host.connection.execute <<-EOSQL
99
CREATE TABLE #{host.table_name} (
1010
#{host.primary_key} integer PRIMARY KEY AUTOINCREMENT,
1111
associated_model_id integer,
1212
mockable_model_id integer,
1313
nonexistent_model_id integer
1414
)
15-
eosql
15+
EOSQL
1616

1717
host.reset_column_information
1818
end

0 commit comments

Comments
 (0)