Skip to content

Instantly share code, notes, and snippets.

@ismaild
Created January 3, 2013 21:44
Show Gist options
  • Select an option

  • Save ismaild/4447625 to your computer and use it in GitHub Desktop.

Select an option

Save ismaild/4447625 to your computer and use it in GitHub Desktop.
for debugging capybara and rspec tests
# run rails c test
require 'capybara/dsl'
Capybara.app = app.instance_variable_get("@app")
cap = Object.new.instance_eval { extend Capybara::DSL; self }
cap.visit '/'
cap.page.find 'tr'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment