Commentary on a difference between two tests.

remotes/1708606157012549584/ramdb
Karchnu 2020-07-18 00:12:54 +02:00
parent fbcba0fa11
commit 51ebb40953
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ describe "DODB::DataBase::Cached" do
db2 = DODB::SpecDataBase.new remove_previous_data: false
db2 << Ship.mutsuki
# Only difference with DODB::DataBase: for now, concurrent DB cannot coexists.
db2.to_a.size.should eq(2)
end