capybara-angular
capybara-angular copied to clipboard
suggested docs for Cucumber
If someone else needs to use this with cucumber (and I wish I didn't have to use cucumber myself!), this took me a bit to figure out, but seems to work. In your cucumber support/env.rb:
require 'capybara/angular'
World(Capybara::Angular::DSL)