Class: RSpec::JsonApi::Matchers::HaveNoContent
- Inherits:
-
Object
- Object
- RSpec::JsonApi::Matchers::HaveNoContent
- Defined in:
- lib/rspec/json_api/matchers/have_no_content.rb
Instance Method Summary collapse
Instance Method Details
#failure_message ⇒ Object
11 12 13 |
# File 'lib/rspec/json_api/matchers/have_no_content.rb', line 11 def self end |
#failure_message_when_negated ⇒ Object
15 16 17 |
# File 'lib/rspec/json_api/matchers/have_no_content.rb', line 15 def self end |
#matches?(actual) ⇒ Boolean
7 8 9 |
# File 'lib/rspec/json_api/matchers/have_no_content.rb', line 7 def matches?(actual) actual == "" end |