Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ Micrate::DB.connection_url = Amber.settings.database_url
# Automatically run migrations on the test database
Micrate::Cli.run_up

# Disable query logger for tests
<%- if @database == "granite" -%>
# Disable Granite logs in tests
Granite.settings.logger = Logger.new nil
<%- end -%>

module Spec
DRIVER = :chrome
Expand Down