Skip to content

Commit

Permalink
mvw cassette
Browse files Browse the repository at this point in the history
  • Loading branch information
tampakis committed Oct 18, 2016
1 parent 269123a commit 90906bb
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 3 deletions.
133 changes: 131 additions & 2 deletions spec/cassettes/mvw.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion spec/models/iiif_resource_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
solr_doc = nil
resource.document_builder.to_solr { |x| solr_doc = x }
expect(solr_doc["full_title_ssim"]).to eq 'Christopher and his kind, 1929-1939'
expect(solr_doc["readonly_date-created_tesim"]).to eq ['1976', '2010']
expect(solr_doc["readonly_created_tesim"]).to eq ["1976-01-01T00:00:00Z"]
end
context "when given a MVW", vcr: { cassette_name: 'mvw' } do
let(:url) { "https://hydra-dev.princeton.edu/concern/multi_volume_works/f4752g76q/manifest" }
Expand Down

0 comments on commit 90906bb

Please sign in to comment.