abstract struct Athena::Routing::Spec::WebTestCase
inherits Athena::Spec::TestCase
#
Base ASPEC::TestCase
for web based integration tests.
NOTE: Currently only API
based tests are supported. This type exists to allow for introduction of other types in the future.
Direct known subclasses
Athena::Routing::Spec::APITestCase
Methods#
#create_client : AbstractBrowser
#
: AbstractBrowser
Returns the AbstractBrowser
instance to which requests should be made against.