Sha256: f35926b1b4b8597e5ecb5516b19dc656ed838983d56066263054c2c644bf1de5
Contents?: true
Size: 534 Bytes
Versions: 24
Compression:
Stored size: 534 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') require 'solrizer' describe Solrizer::Fedora::Indexer do before(:each) do @indexer = Solrizer::Fedora::Indexer.new end describe "index" do it "should update solr with the metadata from the given object" do pending "Got to decide if/how to handle fixtures in this gem. Probably should just mock out Fedora & Solr entirely." obj = Solrizer::Repository.get_object( "druid:sb733gr4073" ) @indexer.index( obj ) end end end
Version data entries
24 entries across 24 versions & 1 rubygems