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
1 changed files with 4 additions and 0 deletions

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