Stray puts removed from test of canonical url
This commit is contained in:
parent
ab49d7b5e8
commit
c07a085e11
|
@ -630,7 +630,6 @@ RSpec.describe Jekyll::SeoTag::Drop do
|
|||
let(:page) { make_page({ "title" => "page title", "canonical_url" => "https://github.com/jekyll/jekyll-seo-tag/" }) }
|
||||
let(:canonical_url) { "https://github.com/jekyll/jekyll-seo-tag/" }
|
||||
it "uses specified canonical url" do
|
||||
puts subject.canonical_url
|
||||
expect(subject.canonical_url).to eq(canonical_url)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue