Skip to content

Commit 84e4e1c

Browse files
committed
looks like bundle update sorted it
1 parent a527c2d commit 84e4e1c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spec/mixin_enumerable_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
end
3434

3535
context "Checking whether a specific value exists" do
36-
it {is_expected.to have_subject(RDF::URI("http://rubygems.org/gems/rdf"))}
36+
it {is_expected.to have_subject(RDF::URI("https://rubygems.org/gems/rdf"))}
3737
it {is_expected.to have_predicate(RDF.type)}
3838
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"))}
39+
it {is_expected.to have_graph(RDF::URI("https://ar.to/#self"))}
4040
end
4141

4242
it "Enumerating all statements" do

0 commit comments

Comments
 (0)