Sha256: f53813c4724f5732b1d439790776f3be81207f48249805ff50b0ff90138ae06f
Contents?: true
Size: 396 Bytes
Versions: 23
Compression:
Stored size: 396 Bytes
Contents
require File.join( File.dirname(__FILE__), "../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
23 entries across 23 versions & 1 rubygems