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 b8cf9c7 commit 621955cCopy full SHA for 621955c
test/unit/config.ru
@@ -1,2 +1,2 @@
1
-require './app'
+require './server'
2
run UnitTests
test/unit/server.rb
@@ -10,6 +10,7 @@ class UnitTests < Sinatra::Application
10
11
set :root, PWD
12
set :public_folder, PWD.join('static')
13
+ set :logging, false
14
15
# By default, the server is only reachable locally. We change this so that
16
# we can start the server on one machine and then run tests from another.
0 commit comments