Skip to content

Commit

Permalink
Fix for rubocop
Browse files Browse the repository at this point in the history
Align keys of hash literal
  • Loading branch information
hackartisan committed Sep 15, 2023
1 parent 296c3d5 commit 269d8b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/features/work_show_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@
)
end

it "allows adding work to a collection", clean_repo: true, js: true,
it "allows adding work to a collection",
clean_repo: true,
js: true,
skip: Hyrax.config.use_valkyrie? && 'this failure is unrelated to embargoes (#5844). waiting for valkyrie spec suite improvements' do
click_button "Add to collection" # opens the modal
# Really ensure that this Collection model is persisted
Expand Down

0 comments on commit 269d8b6

Please sign in to comment.