Skip to content

Instantly share code, notes, and snippets.

@nakamorichi
Created March 20, 2010 12:04
Show Gist options
  • Save nakamorichi/338634 to your computer and use it in GitHub Desktop.
Save nakamorichi/338634 to your computer and use it in GitHub Desktop.
10 context "Entry" do
11 rails_context EntryController do
12 hookup { get :index }
13 asserts(:response).renders(/index/)
14 end
15 end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment