Sha256: 8fed9d73968e45af4880cd1e6e01b8b6f488a7b077529679c4f17d2493dd567e
Contents?: true
Size: 443 Bytes
Versions: 4
Compression:
Stored size: 443 Bytes
Contents
require 'spec_helper' describe FedoraMigrate::FileConfigurator do subject { FedoraMigrate.configurator } describe "#fedora3_config" do it "should use the values from the yml file" do expect(subject.fedora3_config[:user]).to eql "fedoraAdmin" expect(subject.fedora3_config[:password]).to eql "fedoraAdmin" expect(subject.fedora3_config[:url]).to eql "http://localhost:8983/fedora3" end end end
Version data entries
4 entries across 4 versions & 1 rubygems