Skip to content

Instantly share code, notes, and snippets.

@laribee
Created December 14, 2011 22:13
Show Gist options
  • Select an option

  • Save laribee/1478804 to your computer and use it in GitHub Desktop.

Select an option

Save laribee/1478804 to your computer and use it in GitHub Desktop.
stepdefdebugger
pry -r ste_def_debugger.rb -I ./features/support/lib/
require 'capybara'
require 'api'
require 'pry'
def When(matcher, &block)
yield &block
end
def Given(matcher, &block)
yield &block
end
def Then(matcher, &block)
yield &block
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment