Stray puts removed from test of canonical url

This commit is contained in:
Parth Modi 2017-05-24 22:35:32 +05:30
parent ab49d7b5e8
commit c07a085e11
1 changed files with 0 additions and 1 deletions

View File

@ -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