Skip to content

Commit

Permalink
Remove useless variable assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Senen committed Dec 26, 2017
1 parent 350f93e commit 4e4d0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/admin/organizations_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,7 @@

scenario 'Should remove destroyed attachments', :js do
organization = create(:organization)
attachment = create(:attachment, organization: organization)
create(:attachment, organization: organization)
visit edit_admin_organization_path(organization)

click_link "Eliminar archivo adjunto"
Expand Down

0 comments on commit 4e4d0e1

Please sign in to comment.