mirror of
https://github.com/discourse/discourse.git
synced 2026-08-13 06:25:11 -05:00
Correct spec
This commit is contained in:
@@ -268,6 +268,10 @@ RSpec.describe Admin::BackupsController do
|
|||||||
|
|
||||||
describe "#email" do
|
describe "#email" do
|
||||||
it "enqueues email job" do
|
it "enqueues email job" do
|
||||||
|
|
||||||
|
# might as well test this here if we really want www.example.com
|
||||||
|
SiteSetting.force_hostname = "www.example.com"
|
||||||
|
|
||||||
create_backup_files(backup_filename)
|
create_backup_files(backup_filename)
|
||||||
|
|
||||||
expect {
|
expect {
|
||||||
|
|||||||
Reference in New Issue
Block a user