Commit 3384b81f authored by Ben Scheirman's avatar Ben Scheirman Committed by Eloy Duran

Don't validate the git repo settings, as the installer cleans it out.

(Not sure which is correct behavior, but I assumed this test was wrong)
parent ea918cd9
......@@ -78,10 +78,6 @@ else
'PODS' => ['SSToolkit (0.1.3)'],
'DEPENDENCIES' => ["SSToolkit (from `#{url}', commit `#{commit}')"]
}
Dir.chdir(config.project_pods_root + 'SSToolkit') do
`git config --get remote.origin.url`.strip.should == url
end
end
it "installs a library with a podspec outside of the repo" 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