delayed jobs: fix exception on index page.
This commit is contained in:
@@ -4,6 +4,7 @@ class DelayedJobsControllerTest < ActionDispatch::IntegrationTest
|
||||
context "The delayed jobs controller" do
|
||||
context "index action" do
|
||||
should "render" do
|
||||
create(:delayed_job)
|
||||
get delayed_jobs_path
|
||||
assert_response :success
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user