On Tue, Aug 19, 2008 at 5:17 PM, RSL ___ <[EMAIL PROTECTED]> wrote: > Hopefully someone here can help me figure out why the ERB: > > <% form_for(@fund, :url => {:host => PRIVATE_HOST}, :html => {:class > => 'fund', :multipart => true}) do |f| %> > > raises an error in my specs: > > No route matches {:action=>"index"} > > but works fine in my app and generates the following, desired HTML: > > <form id="edit_fund_18" class="fund" method="post" > enctype="multipart/form-data" > action="http://domain.com:3000/funds/18/edit">.
If you're using edge rails, there was a recent change that broke rspec: http://rspec.lighthouseapp.com/projects/5645/tickets/497 I haven't had time to address this, nor will I for at least several days. I will have time to merge in a patch, however, if anybody else has the time to fix the problem. Cheers, David > Many thanks in advance. > > RSL > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > rspec-users mailing list > rspec-users@rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users > _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users