Module: RSpecApi::Matchers::Response
- Included in:
- RSpecApi::Matchers
- Defined in:
- lib/rspec-api/matchers/response/matcher.rb,
lib/rspec-api/matchers/response/be_a_valid_response.rb
Defined Under Namespace
Classes: Matcher
Instance Method Summary collapse
-
#be_a_valid_response ⇒ Object
Passes if response is present.
Instance Method Details
#be_a_valid_response ⇒ Object
Passes if response is present
For more examples check be_a_valid_response_spec.rb.
15 16 17 |
# File 'lib/rspec-api/matchers/response/be_a_valid_response.rb', line 15 def be_a_valid_response RSpecApi::Matchers::Response::Matcher.new end |