Sha256: d029d5fc90a07249603fed268dfc56d1c2f8490ee65527a40cdbee610bb4e3e9

Contents?: true

Size: 344 Bytes

Versions: 8

Compression:

Stored size: 344 Bytes

Contents

# -*- encoding: utf-8 -*-
require 'spec_helper'

describe Manifestation do
  fixtures :all
  VCR.use_cassette "enju_ndl/search", :record => :new_episodes do

    it "should imporrt a bibliographic record" do
      manifestation = Manifestation.import_from_ndl_search(:isbn => '406258087X')
      manifestation.should be_valid
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
enju_ndl-0.1.0.pre19 spec/models/manifestation_spec.rb
enju_ndl-0.1.0.pre18 spec/models/manifestation_spec.rb
enju_ndl-0.1.0.pre17 spec/models/manifestation_spec.rb
enju_ndl-0.1.0.pre16 spec/models/manifestation_spec.rb
enju_ndl-0.1.0.pre15 spec/models/manifestation_spec.rb
enju_ndl-0.1.0.pre14 spec/models/manifestation_spec.rb
enju_ndl-0.1.0.pre13 spec/models/manifestation_spec.rb
enju_ndl-0.1.0.pre12 spec/models/manifestation_spec.rb