Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into feature/voucher-redemp…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
Splines committed Sep 22, 2024
2 parents d8e5d36 + 49cf16a commit 3eb25e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# If you are not using ActiveRecord, you can remove this line.
ActiveRecord::Migration.maintain_test_schema!

Dir[Rails.root.join("spec/support/**/*.rb")].each { |f| require f }
Rails.root.glob("spec/support/**/*.rb").each { |f| require f }

RSpec.configure do |config|
# Include Factory Girl syntax to simplify calls to factories
Expand Down

0 comments on commit 3eb25e9

Please sign in to comment.