Commit ae916476 authored by Sean McGivern's avatar Sean McGivern

Add feature categories to controllers beginning with T

parent 917b9fb3
......@@ -10,6 +10,8 @@ class TrialsController < ApplicationController
before_action :find_or_create_namespace, only: :apply
before_action :record_user_for_group_only_trials_experiment, only: :select
feature_category :purchase
def new
end
......
......@@ -28,7 +28,7 @@ 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',
'S', 'T',
'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