Module: HyperSpec::MiniTest::SpecExtensions

Defined in:
lib/hyperspec.rb

Instance Method Summary collapse

Instance Method Details

#responds_withObject



101
102
103
# File 'lib/hyperspec.rb', line 101

def responds_with
  RespondsWith.new(response)
end

#responseObject



97
98
99
# File 'lib/hyperspec.rb', line 97

def response
  do_request
end