Skip to content

Commit dcd2f8e

Browse files
committed
Ok 🤖
1 parent c29f89c commit dcd2f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/github-pages/integration_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def rm_destination
224224
context "jekyll-relative-links" do
225225
it "converts relative links" do
226226
expect(contents).to match('<a href="/jekyll.html">Jekyll</a>')
227-
expect(contents).to match('<p>Just a relative link</p>') # excerpt
227+
expect(contents).to match("<p>Just a relative link</p>") # excerpt
228228
end
229229
end
230230

0 commit comments

Comments
 (0)