Commit 6470643d authored by Sean McGivern's avatar Sean McGivern

Add feature categories to controllers beginning with F

parent 581232d2
......@@ -24,7 +24,7 @@ RSpec.describe "Every controller" do
let_it_be(:routes_without_category) do
controller_actions.map do |controller, action|
next if controller.feature_category_for_action(action)
next unless controller.to_s.start_with?('B', 'C', 'D', 'E')
next unless controller.to_s.start_with?('B', 'C', 'D', 'E', 'F')
"#{controller}##{action}"
end.compact
......
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