Skip to content

Commit 15b2ee9

Browse files
committed
before(:each)
1 parent 6c2d000 commit 15b2ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/gist_tag_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
doc.output = Jekyll::Renderer.new(doc.site, doc).run
1010
end
1111

12-
before_each { ENV["JEKYLL_GITHUB_TOKEN"] = nil }
12+
before(:each) { ENV["JEKYLL_GITHUB_TOKEN"] = nil }
1313

1414
context "valid gist" do
1515
context "with user prefix" do

0 commit comments

Comments
 (0)