Skip to content

Instantly share code, notes, and snippets.

@benaskins
Created November 19, 2008 01:09
Show Gist options
  • Save benaskins/26362 to your computer and use it in GitHub Desktop.
Save benaskins/26362 to your computer and use it in GitHub Desktop.
class MyWorld < Cucumber::Rails::World
include Webrat::Matchers
end
World do
MyWorld.new
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment