Skip to content

Commit 02c8934

Browse files
committed
bundle update
1 parent e6772d2 commit 02c8934

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

spec/repository_spec.rb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,4 @@
3939
repo.instance_variable_get("@timeout").should == 10
4040
end
4141

42-
it "should support custom query" do
43-
q = "CONSTRUCT {?s a rdf:resource} WHERE {?s a ?type} LIMIT 1"
44-
repo = RDF::Virtuoso::Repository.new(@uri, :update_uri => @update_uri, :username => 'dba', :password => 'virtuoso99admin', :auth_method => 'digest')
45-
result = repo.query(q)
46-
result.first[:p].should == RDF.type
47-
end
4842
end

0 commit comments

Comments
 (0)