Commit 36362b577124db29a6ea1d9f6001b5eb23426356
1 parent
86528307
Exists in
master
and in
5 other branches
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 | 12 | |
13 | 13 | require_relative "apartment" if defined?(Apartment) |
14 | 14 | |
15 | +ActiveRecord::Migration.verbose = ENV["VERBOSE"] | |
16 | + | |
15 | 17 | ActiveRecord::Migration.create_table :products do |t| |
16 | 18 | t.string :name |
17 | 19 | t.integer :store_id | ... | ... |