Simply_restful plugin tests failing?

Has anyone successfully ran the simply_restful tests? Here is how I’m
running the tests and the first error. I’m I missing something here?

rails test
cd test
rake rails:freeze:edge
./script/plugin install simply_restful
ruby vendor/plugins/simply_restful/test/routing_test.rb

Loaded suite vendor/plugins/simply_restful/test/routing_test
Started
FFFFF
Finished in 0.083095 seconds.

  1. Failure:
    test_default_restful_routes(RoutingTest)
    [/Users/zackchandler/dev/tmp/test/config/…/vendor/rails/activerecord/lib/…/…/activesupport/lib/active_support/option_merger.rb:14:in
    method_missing' vendor/plugins/simply_restful/test/routing_test.rb:61:inassert_restful_routes_for’
    /Users/zackchandler/dev/tmp/test/config/…/vendor/rails/activerecord/lib/…/…/activesupport/lib/active_support/core_ext/object/misc.rb:28:in
    with_options' vendor/plugins/simply_restful/test/routing_test.rb:60:inassert_restful_routes_for’
    vendor/plugins/simply_restful/test/routing_test.rb:10:in
    test_default_restful_routes' vendor/plugins/simply_restful/test/routing_test.rb:54:inwith_restful_routing’
    /Users/zackchandler/dev/tmp/test/config/…/vendor/rails/actionpack/lib/action_controller/test_process.rb:473:in
    with_routing' vendor/plugins/simply_restful/test/routing_test.rb:52:inwith_restful_routing’
    vendor/plugins/simply_restful/test/routing_test.rb:9:in
    `test_default_restful_routes’]:
    The generated path did not match <"/messages">

On 28-jun-2006, at 18:39, Zack C. wrote:

Has anyone successfully ran the simply_restful tests? Here is how I’m
running the tests and the first error. I’m I missing something here?

rails test
cd test
rake rails:freeze:edge

I am not sure this plugin has survived the routing rewrite (happened
about 3 weeks ago)


Julian ‘Julik’ Tarkhanov
please send all personal mail to
me at julik.nl

Julian,
The plugin seems to work fine - it’s just the tests that fail.

Thanks,
Zack