Sha256: 1c64f30db43d3ec38078a96cbf480b9cfe54351549d535243062f24cb636b83b

Contents?: true

Size: 468 Bytes

Versions: 1

Compression:

Stored size: 468 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
    assert_correct_search_result(described_class, "9780805335583")
  end

  it "works for a book with a title with non-ASCII letters" do
    assert_correct_search_result(described_class, "9782070379248")
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
alexandria-book-collection-manager-0.7.9 spec/alexandria/book_providers/loc_provider_spec.rb