mirror of
https://github.com/hkalexling/Mango.git
synced 2026-03-17 00:03:36 -04:00
Remove temp DB files before resetting the state
This commit is contained in:
@@ -96,10 +96,10 @@ describe Queue do
|
||||
end
|
||||
|
||||
it "cleans up" do
|
||||
State.reset
|
||||
with_queue do
|
||||
true
|
||||
end
|
||||
State.reset
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
@@ -83,9 +83,9 @@ describe Storage do
|
||||
end
|
||||
|
||||
it "cleans up" do
|
||||
State.reset
|
||||
with_storage do
|
||||
true
|
||||
end
|
||||
State.reset
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user