Skip to content

Instantly share code, notes, and snippets.

@philcrissman
Created February 10, 2009 22:33
Show Gist options
  • Save philcrissman/61636 to your computer and use it in GitHub Desktop.
Save philcrissman/61636 to your computer and use it in GitHub Desktop.
logged_in_user_context(:publisher) do
website_context :pas_domain do
context "GET to :index" do
setup { get :index }
should_respond_with :success # ? Not passing. Why?
should "render index page" do
assert_select 'h1', "Index"
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment