Class: Test::Spec::Rails::SpecResponder
- Inherits:
-
Object
- Object
- Test::Spec::Rails::SpecResponder
- Defined in:
- lib/test/spec/rails/spec_responder.rb
Instance Attribute Summary collapse
-
#test_case ⇒ Object
Returns the value of attribute test_case.
Instance Method Summary collapse
-
#initialize(test_case) ⇒ SpecResponder
constructor
A new instance of SpecResponder.
Constructor Details
#initialize(test_case) ⇒ SpecResponder
Returns a new instance of SpecResponder.
3 4 5 |
# File 'lib/test/spec/rails/spec_responder.rb', line 3 def initialize(test_case) self.test_case = test_case end |
Instance Attribute Details
#test_case ⇒ Object
Returns the value of attribute test_case.
2 3 4 |
# File 'lib/test/spec/rails/spec_responder.rb', line 2 def test_case @test_case end |