chancancode / json_expressions

JSON matchmaking for all your API testing needs.
MIT License
414 stars 38 forks source link

T::U support #4

Closed ghost closed 12 years ago

ghost commented 12 years ago

Some of us are still using Test::Unit ;)

chancancode commented 12 years ago

Thanks for the pull request! Since I don't use Test::Uint (anymore), I just want to double check with you - this is targeting Test::Unit in 1.9, correct? (I vaguely remember reading somewhere Test::Unit in 1.9 is actually MiniTest with a compatibility layer on top or something like that...)

ghost commented 12 years ago

1.9 bundles MiniTest, but there's a separate T::U gem you can install instead - http://test-unit.rubyforge.org/test-unit/en/ - this is for compat with the external gem.

chancancode commented 12 years ago

Thanks Mike, merged into master.