Skip to content

Instantly share code, notes, and snippets.

@k2052
Created June 8, 2011 02:57
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save k2052/1013688 to your computer and use it in GitHub Desktop.
TestingRoutes.controllers :main do
before(:index) { @test = 'before'}
get :index, :map => '/test' do
@test
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment