Rename all ocurrences from this Setting to new key

This commit is contained in:
taitus
2020-01-29 16:13:53 +01:00
parent 45aec05b93
commit 5608424510
4 changed files with 14 additions and 14 deletions

View File

@@ -6,7 +6,7 @@ describe "Dashboards Rake" do
before do
Rake.application.rake_require "tasks/dashboards"
Rake::Task.define_task(:environment)
Setting["dashboard.emails"] = true
Setting["feature.dashboard.notification_emails"] = true
ActionMailer::Base.deliveries.clear
end