Sha256: 403d767d574186b92502098d7e04b8c31735b6426617d16beeb4d9541a0da1ec

Contents?: true

Size: 421 Bytes

Versions: 2

Compression:

Stored size: 421 Bytes

Contents

require 'spec_helper'

describe FedoraMigrate::FileConfigurator do
  subject { FedoraMigrate.configurator }

  describe "#fedora3_config" do
    it "uses 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

2 entries across 2 versions & 1 rubygems

Version Path
fedora-migrate-0.5.0 spec/unit/file_configurator_spec.rb
fedora-migrate-0.4.0 spec/unit/file_configurator_spec.rb