Skip to content
Menu
Justin Ball
  • About
  • Privacy Policy
Justin Ball

Category: template not foudn

Interesting testing issue with Rails 2.3.3

Posted on July 24, 2009October 25, 2021

I’m not sure if this applies to all the versions of Rails, but right now I’m using the latest 2.3.3. I’m using shoulda to do testing and my code looks like this: context “GET show” do setup do @feed = Factory(:feed) get :show, :id => @feed.to_param end should_not_set_the_flash should_respond_with :success should_render_template :show end </pre> The…

©2025 Justin Ball | Powered by SuperbThemes & WordPress