Module: JsonSpec::Messages
- Included in:
- JsonSpec::Matchers::BeJsonEql, JsonSpec::Matchers::HaveJsonSize, JsonSpec::Matchers::HaveJsonType, JsonSpec::Matchers::IncludeJson
- Defined in:
- lib/json_spec/messages.rb
Instance Method Summary collapse
Instance Method Details
#message_with_path(message) ⇒ Object
3 4 5 6 |
# File 'lib/json_spec/messages.rb', line 3 def () << %( at path "#{@path}") if @path end |