Class: Bbq::TestClient
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.
9 10 11 |
# File 'lib/bbq/test_client.rb', line 9 def initialize( = {}) = end |