Skip to content

Commit fefd7c5

Browse files
committed
chore: Set dummy app time zone to berlin
Easier to test time based publishing that way
1 parent b87a9f1 commit fefd7c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/dummy/config/application.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ class Application < Rails::Application
2626
config.load_defaults ENV["RAILS_VERSION"] || 8.0
2727
end
2828

29+
config.time_zone = "Berlin"
30+
2931
# Settings in config/environments/* take precedence over those specified here.
3032
# Application configuration can go into files in config/initializers
3133
# -- all .rb files in that directory are automatically loaded after loading

0 commit comments

Comments
 (0)