Hacker News new | ask | show | jobs
by graywh 5000 days ago
Then write

    collection.length.should eq(2)
But I see nothing wrong with the other once you know how the "have" matcher works. It will even let you write

    it { should have(2).items }
when your subject is set up properly.