Skip to content

Commit

Permalink
πŸ’„ rubocop fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ShanaLMoore committed Oct 19, 2023
1 parent c629629 commit 4172c5c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions spec/features/create_work_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@

before do
create(:permission_template_access,
:deposit,
permission_template: create(:permission_template, source_id: admin_set_2.id, with_admin_set: true, with_active_workflow: true),
agent_type: 'user',
agent_id: user.user_key)
:deposit,
permission_template: create(:permission_template, source_id: admin_set_2.id, with_admin_set: true, with_active_workflow: true),
agent_type: 'user',
agent_id: user.user_key)
end

it 'can see the add new work button' do
Expand All @@ -56,10 +56,10 @@

before do
create(:permission_template_access,
:deposit,
permission_template: create(:permission_template, source_id: admin_set_3.id, with_admin_set: true, with_active_workflow: true),
agent_type: 'group',
agent_id: depositors_group.name)
:deposit,
permission_template: create(:permission_template, source_id: admin_set_3.id, with_admin_set: true, with_active_workflow: true),
agent_type: 'group',
agent_id: depositors_group.name)
end

it 'can see the add new work button' do
Expand Down

0 comments on commit 4172c5c

Please sign in to comment.