From 269d8b63c82a56cd528193508895e30d01b0e521 Mon Sep 17 00:00:00 2001 From: Anna Headley <845363+hackartisan@users.noreply.github.com> Date: Fri, 15 Sep 2023 16:34:38 -0400 Subject: [PATCH] Fix for rubocop Align keys of hash literal --- spec/features/work_show_spec.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/spec/features/work_show_spec.rb b/spec/features/work_show_spec.rb index a25e138127..6c359abfd6 100644 --- a/spec/features/work_show_spec.rb +++ b/spec/features/work_show_spec.rb @@ -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