Displaying 3 results from an estimated 3 matches for "should_be_redirect".
2007 Feb 01
3
should_redirect_to in rspec-0.8.0 / rspec_on_rails 1453
...;'joe at shmoe.com'', :email_confirmation => ''joe at shmoe.com'', :full_name  
=> ''Joe Schmoe''}
     assigns[:user].should_not_be_nil
     assigns[:user].new_record?.should_not_be(true)
     flash[:notice].should_match(/user added/)
     response.should_be_redirect
     puts "redirecting to #{response.redirect_url}"
     puts "this response was #{response.redirect?}"
     controller.should_redirect_to ''http://test.host/user''
   end
the puts statements output the following:
redirecting to http://test.host/user
this respo...
2006 Nov 23
2
Some tips for testing respond_to block and making controller tests work with simply_helpful
Hi,
Here''s two blog posts for those that need to test respond_to blocks  
and/or are currently using simply_helpful extensively.
http://blog.methodmissing.com/2006/11/22/testing-different-content- 
types-with-rspec
http://blog.methodmissing.com/2006/11/23/using-simply_helpful-with- 
rspec-controller-tests
- Lourens
2007 Jul 26
5
Coding standards and whitespace
...ets/should =~.tmSnippet
RSpec.tmbundle/Snippets/should eql.tmSnippet
RSpec.tmbundle/Snippets/should_be.tmSnippet
RSpec.tmbundle/Snippets/should_be_a_kind_of.tmSnippet
RSpec.tmbundle/Snippets/should_be_an_instance_of.tmSnippet
RSpec.tmbundle/Snippets/should_be_close.tmSnippet
RSpec.tmbundle/Snippets/should_be_redirect.tmSnippet
RSpec.tmbundle/Snippets/should_equal.tmSnippet
RSpec.tmbundle/Snippets/should_have.tmSnippet
RSpec.tmbundle/Snippets/should_have_at_least.tmSnippet
RSpec.tmbundle/Snippets/should_have_at_most.tmSnippet
RSpec.tmbundle/Snippets/should_have_records.tmSnippet
RSpec.tmbundle/Snippets/should_in...