Created
February 10, 2009 22:33
-
-
Save philcrissman/61636 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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