Skip to content

Commit

Permalink
Merge branch 'main' into kig/rails-8
Browse files Browse the repository at this point in the history
  • Loading branch information
kigster committed Oct 3, 2024
2 parents b097bed + 8d80382 commit 9dccbe5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
!/.env*.erb
!/app/assets/builds/.keep
!/log/.keep
!/storage/.keep
!/tmp/.keep
!/tmp/pids/
Expand Down Expand Up @@ -28,7 +27,6 @@
/config/master.key
/coverage
/doc
/log/*
/log/*.log
/node_modules
/public/assets
Expand Down
2 changes: 2 additions & 0 deletions config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@
# Raise error when a before_action's only/except options reference missing actions
config.action_controller.raise_on_missing_callback_actions = true

config.active_job.queue_adapter = :test

config.stripe = {
secret_api_key: Rails.application.credentials.test.dig(:stripe, :secret_api_key),
publishable_api_key: Rails.application.credentials.test.dig(:stripe, :publishable_api_key)
Expand Down
Empty file added log/.gitkeep
Empty file.

0 comments on commit 9dccbe5

Please sign in to comment.