You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)>'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: