Sha256: 2a60be581b8333d1dadb3cf41abef52881dfe21831c5945c56fcb7441be03db9

Contents?: true

Size: 307 Bytes

Versions: 1

Compression:

Stored size: 307 Bytes

Contents

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

describe Manifestation do
  fixtures :all
  use_vcr_cassette "enju_ndl/search", :record => :new_episodes

  it "should imporrt a bibliographic record" do
    manifestation = Manifestation.import_isbn('406258087X')
    manifestation.should be_valid
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
enju_ndl-0.1.0.pre8 spec/models/manifestation_spec.rb