Specs: remove empty RAM-only database directories.

This commit is contained in:
Philippe PITTOLI 2024-05-21 13:52:52 +02:00
parent 959dd6ba01
commit d1a57248be

View File

@ -34,8 +34,8 @@ describe "uncached, cached and ram indexes" do
cached_searchby_name.get?("Corvet-0").should eq corvet0 cached_searchby_name.get?("Corvet-0").should eq corvet0
ram_searchby_name.get?("Corvet-0").should eq corvet0 ram_searchby_name.get?("Corvet-0").should eq corvet0
# cars_ram0.rm_storage_dir cars_ram0.rm_storage_dir
# cars_ram1.rm_storage_dir cars_ram1.rm_storage_dir
# cars_ram2.rm_storage_dir cars_ram2.rm_storage_dir
end end
end end