Skip to content

Commit

Permalink
Don't change carrierwave root in test to fix failing spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin481 committed May 23, 2024
1 parent 2217023 commit 00180fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/carrierwave.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
config.enable_processing = false
end

config.root = Rails.root
config.root = Rails.root unless Rails.env.test?
end

0 comments on commit 00180fb

Please sign in to comment.