Fixed failing tests

This commit is contained in:
Godwin
2017-09-04 20:25:22 -07:00
parent 95db14ad5e
commit a54546976d
3 changed files with 11 additions and 2 deletions
+6 -1
View File
@@ -78,7 +78,7 @@ class ConferencesController < ApplicationController
return redirect_to pp_response.redirect_uri
end
end
begin
# get the current step
@step = current_registration_step(@this_conference, current_user)
@@ -97,6 +97,11 @@ class ConferencesController < ApplicationController
result = registration_step(@step, @this_conference, current_user)
# pass any data on to the view
data_to_instance_variables(result)
rescue Exception => e
puts e
puts e.backtrace.join("\n")
raise e
end
end
if request.xhr?