File: ruby-tests.rb

package info (click to toggle)
ruby-faraday 0.9.2-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 536 kB
  • ctags: 897
  • sloc: ruby: 5,284; sh: 136; makefile: 5
file content (11 lines) | stat: -rw-r--r-- 347 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
exec("sleep 10;script/test default em_http em_synchrony excon logger \
httpclient net_http_persistent net_http_test rack test_middleware")

# uncomment this when all tests can be run
#exec("script/test")

# TODO:

# typhoeus >=0.3 already provides a faraday adapter
# https://github.com/lostisland/faraday/issues/274
#exec("script/test typhoeus")