Skip to content

Instantly share code, notes, and snippets.

@dreverri
Created March 24, 2010 22:00
Show Gist options
  • Save dreverri/342879 to your computer and use it in GitHub Desktop.
Save dreverri/342879 to your computer and use it in GitHub Desktop.
class MyWorld
include Rack::Test::Methods
include Webrat::Methods
include Webrat::Matchers
def app
App
end
end
World{
MyWorld.new
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment