Remove temp DB files before resetting the state

This commit is contained in:
Alex Ling 2020-03-04 01:56:48 +00:00
parent 54206bc6ac
commit 7ca40215b6
2 changed files with 2 additions and 2 deletions

View File

@ -96,10 +96,10 @@ describe Queue do
end
it "cleans up" do
State.reset
with_queue do
true
end
State.reset
end
end

View File

@ -83,9 +83,9 @@ describe Storage do
end
it "cleans up" do
State.reset
with_storage do
true
end
State.reset
end
end