You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Unicorn, Puma, nad Exec plugins and tests for Excon::Test::Server
- Added Unicorn plugin for Excon::Test::Server
- Added Puma plugin fo Excon::Test::Server
- Added Exec plugin for Excon::Test::Server (i.e., for sinatra, etc.)
- Added initial tests for Unicorn, Puma, Exec plugins
- Renamed Rackup|rackup to Webrick|webrick
- Load Unicorn, Puma, and Exec plugins from Excon::Test::Server by default
- Added support for URIs in order to better support ipv6
- Added conditional ops to delete a unix socket if one still exists
post-shutdown
- move check_implementation under private to make ruby < 2.0.0 happy
- Add nested_const_get to stay compat with ruby < 1.9
- Specify webrick in with_rackup since puma is in the mix now
- Changed default rspec format to doc instead of progress
- used shared examples in excon test server spec
- define get_abs_path to dry up path helpers
- let rackup_path helper call get_abs_path
- define unicorn_path and puma_path to support the web server shared example,
it calls
rackup_path
- rename server_path to exec_path and call get_abs_path
- Skip any tests when unicorn is the server and platform is jruby
- Add "bundle exec rake spec" to travis.yml
- Modify task for rspec to take a format argument, defaults to doc
- use progress format for rspec on travis for less log
- Added puma to Gemfile
- Moved unicorn to groups test and devel
0 commit comments