Skip to content

Commit

Permalink
fix(rubocop): obey linting
Browse files Browse the repository at this point in the history
  • Loading branch information
as-op committed Jul 26, 2023
1 parent b38a1fb commit 369fd83
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions spec/models/work_packages/pdf_export/work_package_to_pdf_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
</p>
DESCRIPTION
create(:work_package,
project:,
type:,
subject: 'Work package 1',
story_points: 1,
description:).tap do |wp|
project:,
type:,
subject: 'Work package 1',
story_points: 1,
description:).tap do |wp|
allow(wp)
.to receive(:attachments)
.and_return attachments
Expand Down

0 comments on commit 369fd83

Please sign in to comment.