1
0
Fork 0
mirror of https://github.com/rest-client/rest-client.git synced 2022-11-09 13:49:40 -05:00
rest-client--rest-client/spec
Andy Brody 36c80d8b32 Fix up Payload generation to be slightly nicer.
- If Payload.generate() receives a Payload::Base or subclass, then
  return it as is rather than pointlessly wrapping it in a
  Payload::Streamed.
- Add a `.closed?` method to Payload::Base that wraps the underlying
  stream's `.closed?` method.
2017-05-22 01:31:06 -04:00
..
integration Add some tests for accept_encoding behavior. 2017-05-03 23:19:05 -04:00
unit Fix up Payload generation to be slightly nicer. 2017-05-22 01:31:06 -04:00
helpers.rb Helpers: switch to verifying instance_double. 2017-05-03 10:47:59 -04:00
spec_helper.rb Test with warnings enabled, fix some warnings. 2016-06-05 20:31:17 -04:00