mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-03 03:15:31 -04:00
Remove temp DB files before resetting the state
This commit is contained in:
parent
54206bc6ac
commit
7ca40215b6
@ -96,10 +96,10 @@ describe Queue do
|
|||||||
end
|
end
|
||||||
|
|
||||||
it "cleans up" do
|
it "cleans up" do
|
||||||
State.reset
|
|
||||||
with_queue do
|
with_queue do
|
||||||
true
|
true
|
||||||
end
|
end
|
||||||
|
State.reset
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -83,9 +83,9 @@ describe Storage do
|
|||||||
end
|
end
|
||||||
|
|
||||||
it "cleans up" do
|
it "cleans up" do
|
||||||
State.reset
|
|
||||||
with_storage do
|
with_storage do
|
||||||
true
|
true
|
||||||
end
|
end
|
||||||
|
State.reset
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user