Class: Bbq::Core::TestClient::RackTest
- Inherits:
-
Object
- Object
- Bbq::Core::TestClient::RackTest
- Includes:
- ConvertHeaders, Rack::Test::Methods
- Defined in:
- lib/bbq/core/test_client.rb
Defined Under Namespace
Modules: ConvertHeaders
Instance Attribute Summary collapse
-
#app ⇒ Object
Returns the value of attribute app.
Instance Method Summary collapse
-
#initialize(app) ⇒ RackTest
constructor
A new instance of RackTest.
Methods included from ConvertHeaders
Constructor Details
#initialize(app) ⇒ RackTest
58 59 60 |
# File 'lib/bbq/core/test_client.rb', line 58 def initialize(app) self.app = app end |
Instance Attribute Details
#app ⇒ Object
Returns the value of attribute app.
56 57 58 |
# File 'lib/bbq/core/test_client.rb', line 56 def app @app end |