Skip to content

Commit c63747d

Browse files
committed
Revert "Verify soruce setup code."
This reverts commit b894c72.
1 parent 0880d21 commit c63747d

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

lib/nanoc/github.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require "nanoc"
22
require "octokit"
3-
require "faraday/http_cache"
3+
44

55
module Nanoc
66
module Github

test/source_test.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,6 @@ def test_use_access_token
121121
.to_return(status: 404)
122122
source_with_token.items
123123
end
124-
125-
def test_up
126-
assert source_with_posts.up
127-
end
128124
end
129125
end
130126
end

0 commit comments

Comments
 (0)