Commit d0edd83b authored by Samantha Ming's avatar Samantha Ming

Correct to use license not feature stub

parent 53f14dfa
......@@ -20,9 +20,9 @@ RSpec.describe "Issues > User edits issue", :js do
sign_in(user)
end
context 'with multiple_issue_assignees feature flag off' do
context 'with multiple_issue_assignees license feature off' do
before do
stub_feature_flags(multiple_issue_assignees: false)
stub_licensed_features(multiple_issue_assignees: false)
end
it 'displays singular Assignee title' do
......
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