Class: FunctionalTestCase

Inherits:
TestCase
  • Object
show all
Includes:
Rack::Test::Methods
Defined in:
lib/simba/base_app/test/test_helper.rb

Direct Known Subclasses

UserControllerTest

Instance Method Summary collapse

Methods inherited from TestCase

#initialize

Constructor Details

This class inherits a constructor from TestCase

Instance Method Details

#appObject



24
25
26
# File 'lib/simba/base_app/test/test_helper.rb', line 24

def app
  Sinatra::Application
end