Skip to content

Instantly share code, notes, and snippets.

@Yax
Created August 28, 2009 20:51
Show Gist options
  • Select an option

  • Save Yax/177230 to your computer and use it in GitHub Desktop.

Select an option

Save Yax/177230 to your computer and use it in GitHub Desktop.
context "on GET to /tickets/" do
setup do
get :index
end
should_respond_with :success
should_render_template :index
should_not_set_the_flash
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment