fix rubocop warning

RSpec/ExampleWording: Do not use should when describing your tests.
pull/10063/head
Christophe Bliard 3 years ago
parent e6d75f8756
commit 616013526c
No known key found for this signature in database
GPG Key ID: 2BC07603210C3FA4
  1. 2
      spec/controllers/groups_controller_spec.rb

@ -121,7 +121,7 @@ describe GroupsController, type: :controller do
roles: [FactoryBot.create(:global_role)])
end
it 'should edit memberships' do
it 'displays edit memberships' do
get :edit, params: { id: group.id, tab: 'memberships' }
expect(response).to be_successful

Loading…
Cancel
Save