We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c29f89c commit dcd2f8eCopy full SHA for dcd2f8e
spec/github-pages/integration_spec.rb
@@ -224,7 +224,7 @@ def rm_destination
224
context "jekyll-relative-links" do
225
it "converts relative links" do
226
expect(contents).to match('<a href="/jekyll.html">Jekyll</a>')
227
- expect(contents).to match('<p>Just a relative link</p>') # excerpt
+ expect(contents).to match("<p>Just a relative link</p>") # excerpt
228
end
229
230
0 commit comments