Sha256: 2d30b87dfb8caa79791f3331ef6ad4c941f219a62262c17f29eeb7fc621021a8
Contents?: true
Size: 302 Bytes
Versions: 1
Compression:
Stored size: 302 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::BLProvider do it "works" do assert_correct_search_result(described_class, "9781853260803") 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/bl_provider_spec.rb |