From bba83be9b479efb11380e2d33b29305ed888dda2 Mon Sep 17 00:00:00 2001 From: Shane Becker Date: Tue, 22 Dec 2015 16:55:41 -0800 Subject: [PATCH] Remove reference to G5 --- spec/lib/microformats2/absolute_uri_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/lib/microformats2/absolute_uri_spec.rb b/spec/lib/microformats2/absolute_uri_spec.rb index 56b4ee5..4ec4d8e 100644 --- a/spec/lib/microformats2/absolute_uri_spec.rb +++ b/spec/lib/microformats2/absolute_uri_spec.rb @@ -41,8 +41,8 @@ describe Microformats2::AbsoluteUri do end context "when relative is an invalid URI" do - let(:relative) { "git@github.com:G5/microformats2.git" } - it { should eq("git@github.com:G5/microformats2.git") } + let(:relative) { "git@github.com:indieweb/microformats2-ruby.git" } + it { should eq("git@github.com:indieweb/microformats2-ruby.git") } end end end