Skip to content

Instantly share code, notes, and snippets.

@caironoleto
Created August 14, 2012 21:16
Show Gist options
  • Save caironoleto/3353105 to your computer and use it in GitHub Desktop.
Save caironoleto/3353105 to your computer and use it in GitHub Desktop.
module Capybara
module Node
class Base
def fill_in(locator, options = {})
super(locator, :with => nil)
super
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment