Class: Bbq::Core::TestClient
- Inherits:
-
Object
- Object
- Bbq::Core::TestClient
- Includes:
- Roles
- Defined in:
- lib/bbq/core/test_client.rb
Defined Under Namespace
Modules: JsonBody, YamlBody Classes: RackTest, UnsupportedMethodError
Constant Summary collapse
- HTTP_METHODS =
%w(get post put delete head options patch)
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ TestClient
constructor
A new instance of TestClient.
Methods included from Roles
Constructor Details
#initialize(options = {}) ⇒ TestClient
Returns a new instance of TestClient.
10 11 12 |
# File 'lib/bbq/core/test_client.rb', line 10 def initialize( = {}) = end |