module JsonSpecInterface

Public Instance Methods

last_json() click to toggle source
# File lib/cucumber/http/world_extensions/json_spec_interface.rb, line 2
def last_json
  response[:body]
end
resolve(string) click to toggle source
# File lib/cucumber/http/world_extensions/json_spec_interface.rb, line 6
def resolve(string)
  JsonSpec.remember(string)
end