Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
it "should redirect to flex if the current user's details have already been entered" do # @user.should_receive(:details_entered?).and_return(true) do_post response.should redirect_to(:action => :signup_details) # response.should redirect_to :controller => 'flex', :action => 'index' end
This paste will be private.
From the Design Piracy series on my blog: