ruby-amqp / rabbitmq_http_api_client

RabbitMQ HTTP API client for Ruby
MIT License
79 stars 49 forks source link

Add `delete_exchange` method and fix Rspec 3 errors #7

Closed mattbostock closed 10 years ago

mattbostock commented 10 years ago

Add delete_exchange method and its accompanying tests, modelled on the delete_queue method.


Also, fix errors when running tests with Rspec 2.99.0.beta2 and above. See the failures in Travis.

michaelklishin commented 10 years ago

:+1: