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 0880d21 commit c63747dCopy full SHA for c63747d
lib/nanoc/github.rb
@@ -1,6 +1,6 @@
1
require "nanoc"
2
require "octokit"
3
-require "faraday/http_cache"
+
4
5
module Nanoc
6
module Github
test/source_test.rb
@@ -121,10 +121,6 @@ def test_use_access_token
121
.to_return(status: 404)
122
source_with_token.items
123
end
124
-
125
- def test_up
126
- assert source_with_posts.up
127
- end
128
129
130
0 commit comments