spec/marmotta_spec.rb in rdf-marmotta-0.0.4 vs spec/marmotta_spec.rb in rdf-marmotta-0.0.6
- old
+ new
@@ -6,10 +6,10 @@
require 'rdf/spec/repository'
require 'rdf/marmotta'
describe RDF::Marmotta do
- let(:base_url) { 'http://localhost:8080/marmotta/' }
+ let(:base_url) { 'http://localhost:8983/marmotta/' }
let(:opts) { {} }
let(:statement) { RDF::Statement(RDF::URI('http://api.dp.la/example/item/1234'), RDF::DC.title, 'Moomin') }
let(:statements) {
nodes = [RDF::Node.new, RDF::Node.new, RDF::Node.new]
[