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:
parent
05cf864240
commit
73dcdf5429
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue