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