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 3ce1a22 commit 21e9a05Copy full SHA for 21e9a05
spec/site_github_munger_spec.rb
@@ -167,7 +167,7 @@
167
ENV["JEKYLL_ENV"] = "production"
168
ENV["PAGES_REPO_NWO"] = "jekyll/jekyll.github.io"
169
stub_api("/repos/jekyll/jekyll.github.io", "repo")
170
- stub_api("/orgs/jekyll", "org",)
+ stub_api("/orgs/jekyll", "org")
171
subject.munge!
172
end
173
@@ -181,7 +181,7 @@
181
182
183
184
- stub_api("/orgs/jekyll", "org_without_displayname",)
+ stub_api("/orgs/jekyll", "org_without_displayname")
185
186
187
0 commit comments