We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 621955c commit ae9bc24Copy full SHA for ae9bc24
test/unit/server.rb
@@ -10,7 +10,10 @@ class UnitTests < Sinatra::Application
10
11
set :root, PWD
12
set :public_folder, PWD.join('static')
13
+
14
+ # Suppress logging.
15
set :logging, false
16
+ set :server_settings, { :AccessLog => [] }
17
18
# By default, the server is only reachable locally. We change this so that
19
# we can start the server on one machine and then run tests from another.
0 commit comments