Commit 539bc533 authored by Ian Ynda-Hummel's avatar Ian Ynda-Hummel

Remove an incorrect unit test.

parent 3113632f
......@@ -23,10 +23,6 @@ module Pod
@sut.repos_dir.should == Pathname.new("~/.cocoapods/repos").expand_path
end
it "returns the path to the deprecated spec-repos dir" do
@sut.old_repos_dir.should == Pathname.new("~/.cocoapods").expand_path
end
it "allows to specify whether the aggressive cache should be used with an environment variable" do
@sut.aggressive_cache = false
ENV['CP_AGGRESSIVE_CACHE'] = 'TRUE'
......
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