Kong / unirest-ruby

Unirest in Ruby: Simplified, lightweight HTTP client library.
http://unirest.io/ruby
MIT License
364 stars 83 forks source link

This adds some specs to the project. #4

Closed hughbien closed 10 years ago

hughbien commented 10 years ago

These specs were implemented using MiniTest::Spec. Not sure if you'd prefer RSpec, MiniTest::Unit, or even Test::Unit -- let me know and I'd be happy to swap out the underlying test framework.

subnetmarco commented 10 years ago

Thanks for the contribution.