1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

add a comment to integration test

This commit is contained in:
Konstantin Haase 2012-03-07 23:05:37 +01:00
parent 05cf864240
commit 73dcdf5429

View file

@ -1,6 +1,10 @@
require File.expand_path('../helper', __FILE__)
require File.expand_path('../integration_helper', __FILE__)
# These tests start a real server and talk to it over TCP.
# Every test runs with every detected server.
#
# See test/integration/app.rb for the code of the app we test against.
class IntegrationTest < Test::Unit::TestCase
extend IntegrationHelper
attr_accessor :server