glossarist / glossarist-ruby

Concept modeller in Ruby
BSD 2-Clause "Simplified" License
1 stars 1 forks source link

Failing spec #110

Open ronaldtse opened 7 hours ago

ronaldtse commented 7 hours ago
  1) Glossarist::Collections::BibliographyCollection populated bibliography correctly
     Failure/Error: expect(items.size).to be 1

       expected #<Integer:3> => 1
            got #<Integer:1> => 0

       Compared using equal?, which compares object identity,
       but expected and actual are not the same object. Use
       `expect(actual).to eq(expected)` if you don't care about
       object identity in this example.
     # ./spec/unit/collection/bibliography_collection_spec.rb:19:in `block (2 levels) in <top (required)>'