Sha256: b9f5b0fea204893882382a855d3199e624781a885e658b27e89204271e86b20b
Contents?: true
Size: 369 Bytes
Versions: 35
Compression:
Stored size: 369 Bytes
Contents
require 'spec_helper' describe Rubydora::Soap do before(:all) do @repository = Rubydora.connect({ :url => 'http://localhost:8080/fedora', :user => 'fedoraAdmin', :password => 'fedoraAdmin' }) @repository.send(:extend, Rubydora::Soap) end it "should provide a SOAP endpoint accessor" do @repository.soap.should be_a_kind_of(Savon::Client) end end
Version data entries
35 entries across 35 versions & 1 rubygems