Specs changed.

Philippe PITTOLI 2024-05-09 00:33:56 +02:00
parent cf57773a25
commit 54c9f9024d
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ describe "DODB::DataBase" do
.should be_true
# There shouldnt be one in our data about WWII Japanese warships…
db_ships_by_tags.get("starship").should eq([] of Ship)
db_ships_by_tags.get?("starship").should eq nil
end
it "properly removes tags" do