mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-02 10:55:30 -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
|
||||
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user