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

Version Path
active-fedora-2.2.1 spec/unit/active_fedora_spec.rb
active-fedora-2.2.0 spec/unit/active_fedora_spec.rb
active-fedora-2.1.0 spec/unit/active_fedora_spec.rb
active-fedora-2.0.4 spec/unit/active_fedora_spec.rb
active-fedora-2.0.3 spec/unit/active_fedora_spec.rb
active-fedora-2.0.2 spec/unit/active_fedora_spec.rb
active-fedora-2.0.1 spec/unit/active_fedora_spec.rb
active-fedora-2.0.0 spec/unit/active_fedora_spec.rb
active-fedora-1.2.9 spec/unit/active_fedora_spec.rb
active-fedora-1.2.8 spec/unit/active_fedora_spec.rb
active-fedora-1.2.7 spec/unit/active_fedora_spec.rb
active-fedora-1.2.6 spec/unit/active_fedora_spec.rb
active-fedora-1.2.5 spec/unit/active_fedora_spec.rb
active-fedora-1.2.4 spec/unit/active_fedora_spec.rb
active-fedora-1.2.3 spec/unit/active_fedora_spec.rb
active-fedora-1.2.2 spec/unit/active_fedora_spec.rb
active-fedora-1.2.1 spec/unit/active_fedora_spec.rb
active-fedora-1.2.0 spec/unit/active_fedora_spec.rb
active-fedora-1.1.13 spec/unit/active_fedora_spec.rb
active-fedora-1.1.11 spec/unit/active_fedora_spec.rb