Sha256: 620d5509eef2edb4305b975f7c84f5c92abf2dd129abe81356a6dcb95c50f800
Contents?: true
Size: 490 Bytes
Versions: 1
Compression:
Stored size: 490 Bytes
Contents
# frozen_string_literal: true # This file is part of Alexandria. # # See the file README.md for authorship and licensing information. require "spec_helper" describe Alexandria::BookProviders::LOCProvider do it "works for a book with ASCII title" do expect(described_class).to have_correct_search_result_for "9780805335583" end it "works for a book with a title with non-ASCII letters" do expect(described_class).to have_correct_search_result_for "9782070379248" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
alexandria-book-collection-manager-0.7.10 | spec/alexandria/book_providers/loc_provider_spec.rb |