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 6c2d000 commit 15b2ee9Copy full SHA for 15b2ee9
spec/gist_tag_spec.rb
@@ -9,7 +9,7 @@
9
doc.output = Jekyll::Renderer.new(doc.site, doc).run
10
end
11
12
- before_each { ENV["JEKYLL_GITHUB_TOKEN"] = nil }
+ before(:each) { ENV["JEKYLL_GITHUB_TOKEN"] = nil }
13
14
context "valid gist" do
15
context "with user prefix" do
0 commit comments