8 lines
200 B
Ruby
Executable file
8 lines
200 B
Ruby
Executable file
# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later
|
|
require 'config/environments/test.rb'
|
|
|
|
Commitchange::Application.configure do
|
|
|
|
config.log_level = :info
|
|
|
|
end
|