[feat]Add url, background color, text color to events in vertical schedule

This commit is contained in:
Jimmy 2021-04-30 15:14:46 +08:00 committed by CactusPuppy
parent 468e170a2e
commit 83aeb5c330
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82
3 changed files with 52 additions and 19 deletions

View file

@ -123,6 +123,9 @@ RSpec.configure do |config|
# enable debugging with --only-failures
config.example_status_persistence_file_path = 'tmp/spec_failures.txt'
# include path helpers
config.include Rails.application.routes.url_helpers
end
OmniAuth.config.test_mode = true