mirror of
https://github.com/hkalexling/Mango.git
synced 2026-04-30 00:00:43 -04:00
Remove temp DB files before resetting the state
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user