Disable initial user creation in spec

This commit is contained in:
Alex Ling 2020-05-31 15:26:11 +00:00
parent d72d635c68
commit 27dab3c989

View File

@ -45,7 +45,7 @@ end
def with_storage
with_default_config do
temp_db = get_tempfile "mango-test-db"
storage = Storage.new temp_db.path
storage = Storage.new temp_db.path, false
clear = yield storage, temp_db.path
if clear == true
temp_db.delete