Remove reference to G5
This commit is contained in:
parent
412a94e576
commit
bba83be9b4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue