Sha256: dbc31b5eb0d7daa40f1b61d6da5c9e2e2c9cc20b0005ad5e47c2dbbfe99ecb22
Contents?: true
Size: 356 Bytes
Versions: 55
Compression:
Stored size: 356 Bytes
Contents
require 'spec_helper' describe ActiveFedora::Base do before(:each) do @test_object = ActiveFedora::Base.new end describe '.save' do it "should add hasModel relationship that points to the CModel if @new_object" do @test_object.stubs(:update_index) @test_object.expects(:refresh) @test_object.save end end end
Version data entries
55 entries across 55 versions & 1 rubygems