We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a527c2d commit 84e4e1cCopy full SHA for 84e4e1c
1 file changed
spec/mixin_enumerable_spec.rb
@@ -33,10 +33,10 @@
33
end
34
35
context "Checking whether a specific value exists" do
36
- it {is_expected.to have_subject(RDF::URI("http://rubygems.org/gems/rdf"))}
+ it {is_expected.to have_subject(RDF::URI("https://rubygems.org/gems/rdf"))}
37
it {is_expected.to have_predicate(RDF.type)}
38
it {is_expected.to have_object(RDF::Literal("A Ruby library for working with Resource Description Framework (RDF) data.", language: :en))}
39
- it {is_expected.to have_graph(RDF::URI("http://ar.to/#self"))}
+ it {is_expected.to have_graph(RDF::URI("https://ar.to/#self"))}
40
41
42
it "Enumerating all statements" do
0 commit comments