Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed May 2, 2020
1 parent 4e4972f commit 14fb53a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/repo_ref_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ describe Repo::Ref do
Repo::Ref.new("github", "foo/bar").to_uri.should eq URI.parse("https://github.com/foo/bar")
end


it "#base_url_source" do
Repo::Ref.new("github", "foo/bar").base_url_source.should eq URI.parse("https://github.com/foo/bar/tree/master/")
Repo::Ref.new("github", "foo/bar").base_url_source("HEAD").should eq URI.parse("https://github.com/foo/bar/tree/master/")
Expand Down

0 comments on commit 14fb53a

Please sign in to comment.