Commit ce30d14b authored by Jasper Maes's avatar Jasper Maes

Rails5 fix expected: 0 times with any arguments received: 1 time with...

Rails5 fix  expected: 0 times with any arguments received: 1 time with arguments: DashboardController
parent f7b59b9f
......@@ -54,7 +54,7 @@ class DashboardController < Dashboard::ApplicationController
return unless @no_filters_set
respond_to do |format|
format.html
format.html { render }
format.atom { head :bad_request }
end
end
......
---
title: 'Rails5 fix expected: 0 times with any arguments received: 1 time with arguments:
DashboardController'
merge_request: 20018
author: Jasper Maes
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment