Russell Cloak
Russell Cloak
Minor issue, just figured it would be better to have it tracked. When filling out the sign up form with invalid characters (Ü for instance) you get the following: ![screen...
rspec ./spec/controllers/us_users_controller_spec.rb:40 # UsUsersController#mm_email_messages should return [] if the users us_account does not have any mm_email_messages The hard brackets are causing the issue. See the SS below: http://s15.postimage.org/3qhs8hm1l/Screen_Shot_2012_09_11_at_10_46_56_AM.png
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' #...