Skip to content

Commit

Permalink
Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
stkenny committed Sep 23, 2023
1 parent 35000d6 commit 0a7ae67
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a7ae67

Please sign in to comment.