Commit 22e342aa authored by Fabio Pelosin's avatar Fabio Pelosin

[list-new] Test for curl options in Travis

parent 28659915
...@@ -28,13 +28,6 @@ describe Pod::Command::SetPresent do ...@@ -28,13 +28,6 @@ describe Pod::Command::SetPresent do
end end
it "presents the stats of a specification set" do it "presents the stats of a specification set" do
puts
puts "\n\n\n\n============================================================="
puts "TEST FOR CURL"
puts `curl -m 2 http://github.com/api/v2/json/repos/show/cocoapods/cocoapods`
puts "=============================================================\n\n\n\n"
@dummy.parse_set_options(argv('--stats')) @dummy.parse_set_options(argv('--stats'))
@dummy.present_set(@set) @dummy.present_set(@set)
@dummy.prinded.should.match(/Watchers:\W+[0-9]+/) @dummy.prinded.should.match(/Watchers:\W+[0-9]+/)
......
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