Skip to content

Commit

Permalink
mute db schema load logs for specs
Browse files Browse the repository at this point in the history
  • Loading branch information
accessd committed Mar 19, 2017
1 parent 6ec71a8 commit 31669b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/dummy/db/schema.rb
Expand Up @@ -12,6 +12,7 @@
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema.define(version: 20140320182332) do
self.verbose = false

create_table "settings", force: true do |t|
t.string "var", null: false
Expand All @@ -23,5 +24,4 @@
end

add_index "settings", ["thing_type", "thing_id", "var"], name: "index_settings_on_thing_type_and_thing_id_and_var", unique: true

end

0 comments on commit 31669b3

Please sign in to comment.