Commit 36362b577124db29a6ea1d9f6001b5eb23426356

Authored by Andrew Kane
1 parent 86528307

Cleaner test output [skip ci]

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
test/support/activerecord.rb
@@ -12,6 +12,8 @@ ActiveRecord::Base.establish_connection adapter: "sqlite3", database: ":memory:" @@ -12,6 +12,8 @@ ActiveRecord::Base.establish_connection adapter: "sqlite3", database: ":memory:"
12 12
13 require_relative "apartment" if defined?(Apartment) 13 require_relative "apartment" if defined?(Apartment)
14 14
  15 +ActiveRecord::Migration.verbose = ENV["VERBOSE"]
  16 +
15 ActiveRecord::Migration.create_table :products do |t| 17 ActiveRecord::Migration.create_table :products do |t|
16 t.string :name 18 t.string :name
17 t.integer :store_id 19 t.integer :store_id