fredwu / api_taster

A quick and easy way to visually test your Rails application's API.
http://fredwu.github.com/api_taster
727 stars 85 forks source link

Can't use get or match routes #41

Open ignu opened 11 years ago

ignu commented 11 years ago

Every get route we have is showing up in Obsolete Definitions.

I wrote a test that I believe fails for the right reasons:

https://github.com/ignu/api_taster/blob/54692ea39718290e0fc44020e7e0aed406575e84/spec/mapper_spec.rb#L22

jraines commented 11 years ago

+1, would like to be able to test match routes with this tool in addition to RESTful ones