Method: ActionDispatch::AssertionResponse#code_and_name

Defined in:
actionpack/lib/action_dispatch/testing/assertion_response.rb

#code_and_nameObject



33
34
35
# File 'actionpack/lib/action_dispatch/testing/assertion_response.rb', line 33

def code_and_name
  "#{code}: #{name}"
end