Sha256: 2571ae5c4bd94954e5939c56d8ef749b6163ebe5d93dd83fe293d4fcfd370aea
Contents?: true
Size: 533 Bytes
Versions: 30
Compression:
Stored size: 533 Bytes
Contents
require File.join( File.dirname(__FILE__), "../spec_helper" ) # For testing Module-level methods like ActiveFedora.init describe ActiveFedora do describe ".push_models_to_fedora" do it "should push the model definition for each of the ActiveFedora models into Fedora CModel objects" do pending # find all of the models # create a cmodel for each model with the appropriate pid # push the model definition into the cmodel's datastream (ie. dsname: oral_history.rb vs dsname: ruby) end end end
Version data entries
30 entries across 30 versions & 1 rubygems