From b9bee5e895e218b17a5f4ad72c3cbf6204fa4145 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Mon, 13 Feb 2017 14:00:05 -0300 Subject: Fix rubocop violations --- activerecord/test/schema/postgresql_specific_schema.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'activerecord/test/schema/postgresql_specific_schema.rb') diff --git a/activerecord/test/schema/postgresql_specific_schema.rb b/activerecord/test/schema/postgresql_specific_schema.rb index d6cc4e2d6e..860c63b27c 100644 --- a/activerecord/test/schema/postgresql_specific_schema.rb +++ b/activerecord/test/schema/postgresql_specific_schema.rb @@ -37,9 +37,9 @@ ActiveRecord::Schema.define do t.oid :obj_id end - drop_table 'postgresql_timestamp_with_zones', if_exists: true - drop_table 'postgresql_partitioned_table', if_exists: true - drop_table 'postgresql_partitioned_table_parent', if_exists: true + drop_table "postgresql_timestamp_with_zones", if_exists: true + drop_table "postgresql_partitioned_table", if_exists: true + drop_table "postgresql_partitioned_table_parent", if_exists: true execute "DROP SEQUENCE IF EXISTS companies_nonstd_seq CASCADE" execute "CREATE SEQUENCE companies_nonstd_seq START 101 OWNED BY companies.id" -- cgit v1.2.3