Skip to content

Commit

Permalink
Remove the ability to call ActiveFedora::Base#initialize with a Strin…
Browse files Browse the repository at this point in the history
…g argument

Deprecated in samvera/active_fedora#1126
Fixes #1122
  • Loading branch information
jcoyne authored and cbeer committed Aug 18, 2016
1 parent 8883a25 commit 659ce90
Show file tree
Hide file tree
Showing 2 changed files with 516 additions and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integration/ntriples_datastream_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ class MyDatastream < ActiveFedora::NtriplesRDFDatastream
rdf_test.destroy
end

subject(:rdf_test) { RdfTest.new('/test:99') }
subject(:rdf_test) { RdfTest.new(id: '/test:99') }

it "writes rdf with proper subjects" do
rdf_test.reload
Expand Down
Loading

0 comments on commit 659ce90

Please sign in to comment.