sublime_guard icon indicating copy to clipboard operation
sublime_guard copied to clipboard

Syntax highlighting for errors

Open russCloak opened this issue 12 years ago • 0 comments

Running: spec/controllers/saml_controller_spec.rb F

Failures:

  1. SamlController#consume should not break Failure/Error: get :consume, @params ArgumentError: wrong number of arguments (2 for 1)

    /Users/rcloak/Code/samlr/lib/samlr/signature.rb:18:in `initialize'

    /Users/rcloak/Code/samlr/lib/samlr/assertion.rb:23:in`new'

    /Users/rcloak/Code/samlr/lib/samlr/assertion.rb:23:in `signature'

    /Users/rcloak/Code/samlr/lib/samlr/response.rb:25:in`verify!'

    ./app/controllers/saml_controller.rb:25:in `consume'

    ./spec/controllers/saml_controller_spec.rb:13:in`block (3 levels) in <top (required)>'

Finished in 0.18392 seconds 1 example, 1 failure

Causes the following SS error (notice the ! at the end of the 4th comment line): http://i.imgur.com/8VkzI.png

russCloak avatar Sep 04 '12 19:09 russCloak