Module: LazySpec::Helpers::Json
- Defined in:
- lib/lazy_spec/helpers/json.rb
Instance Method Summary collapse
Instance Method Details
#json ⇒ Object
4 5 6 7 8 |
# File 'lib/lazy_spec/helpers/json.rb', line 4 def json @json ||= JSON.parse(response.body) rescue JSON::ParserError, JSON::GeneratorError nil end |