Commit 3692bc15 authored by Richard Lee's avatar Richard Lee

Stub HTTP requests in lint spec

parent ca365cf1
......@@ -40,6 +40,7 @@ module Pod
before do
set_up_test_repo
config.repos_dir = SpecHelper.tmp_repos_path
::REST.stubs(:head => stub(:success? => true))
end
it "lints a repository" do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment