From 0a7ae678fa3f163eeb2b8be85aecedc6adac1fc8 Mon Sep 17 00:00:00 2001 From: Stuart Kenny Date: Sat, 23 Sep 2023 15:27:35 +0100 Subject: [PATCH] Rubocop --- spec/spec_helper.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index b82c997..4ef7130 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -26,9 +26,7 @@ ActiveFedora::Cleaner.clean! end end -if ENV['FCREPO_CONFIG_PATH'] - ActiveFedora.init(fedora_config_path: ENV['FCREPO_CONFIG_PATH']) -end +ActiveFedora.init(fedora_config_path: ENV['FCREPO_CONFIG_PATH']) if ENV['FCREPO_CONFIG_PATH'] # Workaround for RAW image support until these are pushed upstream to # the MIME Types gem