Route-generation in specs is broken as of Rails trunk r6062. With Rails r6061, all specs pass, but in 6062 I get a trace
like this every time my controller generates a route:
TypeError in 'Requesting /artists/1 using PUT should redirect to the artist'
can't convert Fixnum into String
(eval):19:in `artist_url'
/Users/jchris/ruby/rails/grabbit/config/../app/controllers/artists_controller.rb:59:in `update'
/Users/jchris/ruby/rails/grabbit/config/../app/controllers/artists_controller.rb:56:in `update'
./spec/controllers/artists_controller_spec.rb:267:in `do_update'
./spec/controllers/artists_controller_spec.rb:287:
The issue affects both RSpec and RSpec on Rails at revision 1359 and 1440. Parallel Test::Unit tests aren't showing
any signs of breakage.
|