Sha256: 3f04ed3c878db09ad2a8d0714bc308a1f27c3626d5d8aa4f9e68a7dcd4df344d
Contents?: true
Size: 314 Bytes
Versions: 1
Compression:
Stored size: 314 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::SBNProvider do it "works" do expect(described_class).to have_correct_search_result_for "9788835926436" 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/sbn_provider_spec.rb |