Skip to content

Commit

Permalink
Remove the fedora.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
awead committed Aug 9, 2018
1 parent 3a4c537 commit 7c277ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
10 changes: 0 additions & 10 deletions config/fedora.yml

This file was deleted.

8 changes: 8 additions & 0 deletions spec/valkyrie/id_spec.rb
Expand Up @@ -6,6 +6,14 @@

describe "#to_uri" do
context "when given a plain ID" do
before do
ENV['FCREPO_TEST_PORT'] = '8988'
end

after do
ENV.delete('FCREPO_TEST_PORT')
end

it "delegates down to AF" do
expect(id.to_uri).to eq RDF::URI("http://localhost:8988/rest/test/test")
end
Expand Down

0 comments on commit 7c277ea

Please sign in to comment.