Class: ServerTest

Inherits:
Test::Unit::TestCase
  • Object
show all
Includes:
Rack::Test::Methods
Defined in:
lib/templates/test/server_test.rb

Instance Method Summary collapse

Instance Method Details

#appObject



6
# File 'lib/templates/test/server_test.rb', line 6

def app ; Sinatra::Application end

#test_you_suckObject



8
9
10
# File 'lib/templates/test/server_test.rb', line 8

def test_you_suck
  assert(false, "Write some tests.")
end