Commit a7583be1 authored by Sean McGivern's avatar Sean McGivern

Add feature categories to controllers beginning with V

parent 015f424c
......@@ -28,8 +28,8 @@ RSpec.describe "Every controller" do
next unless controller.to_s.start_with?('B', 'C', 'D', 'E', 'F',
'H', 'I', 'J', 'K', 'L',
'M', 'N', 'O', 'Q', 'R',
'S', 'T', 'U', 'W', 'X',
'Y', 'Z',
'S', 'T', 'U', 'V', 'W',
'X', 'Y', 'Z',
'Projects::MergeRequestsController')
"#{controller}##{action}"
......
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