# Create an Issue and a report
get :new, :params => { :reportable_id => target_user.id, :reportable_type => "User" }
assert_response :success
assert_difference "Issue.count", 1 do
details = "Details of a report"
# Create an Issue and a report
get :new, :params => { :reportable_id => target_user.id, :reportable_type => "User" }
assert_response :success
assert_difference "Issue.count", 1 do
details = "Details of a report"