Maintenance: Naming conflict between RSpec HasTicketCreateScreenImpact generic and user concern examples.
This commit is contained in:
parent
3657278da2
commit
3033002ae5
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
RSpec.shared_examples 'HasTicketCreateScreenImpact' do
|
||||
RSpec.shared_examples 'User::HasTicketCreateScreenImpact' do
|
||||
|
||||
describe '#push_ticket_create_screen', performs_jobs: true do
|
||||
shared_examples 'relevant User Role' do |role|
|
||||
|
|
|
@ -26,7 +26,7 @@ RSpec.describe User, type: :model do
|
|||
it_behaves_like 'HasGroups and Permissions', group_access_no_permission_factory: :user
|
||||
it_behaves_like 'CanBeImported'
|
||||
it_behaves_like 'HasObjectManagerAttributesValidation'
|
||||
it_behaves_like 'HasTicketCreateScreenImpact'
|
||||
it_behaves_like 'User::HasTicketCreateScreenImpact'
|
||||
it_behaves_like 'CanLookupSearchIndexAttributes'
|
||||
it_behaves_like 'HasTaskbars'
|
||||
|
||||
|
|
Loading…
Reference in a new issue