fix spec
This commit is contained in:
@@ -28,6 +28,9 @@ module DelayedJobsHelper
|
||||
when "Class#process"
|
||||
"<strong>update tag subscription</strong>"
|
||||
|
||||
when "Class#remove_iqdb"
|
||||
"<strong>remove from iqdb</strong>"
|
||||
|
||||
else
|
||||
h(job.name)
|
||||
end
|
||||
@@ -62,6 +65,9 @@ module DelayedJobsHelper
|
||||
when "Class#process"
|
||||
h(job.payload_object.args.flatten.join(" "))
|
||||
|
||||
when "Class#remove_iqdb"
|
||||
h(job.payload_object.args.flatten.join(" "))
|
||||
|
||||
else
|
||||
h(job.handler)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user