Sha256: bab4401c83057dd40d69919dda893db2976d3202e16fe648654b3ac520679fcc
Contents?: true
Size: 712 Bytes
Versions: 2
Compression:
Stored size: 712 Bytes
Contents
# Capybara::Angular Capybara API that knows how to wait for Angular in end to end specs. ## Installation Add this line to your application's Gemfile: gem 'capybara-angular' ## Usage Use it as you would use regular Capybara API, however this time, you won't face any race conditions when working with AngularJS applications. ```ruby include Capybara::Angular::DSL ``` ## Limitations At the moment it works with AngularJS applications initialized with `ng-app`. ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
capybara-angular-0.0.4 | README.md |
capybara-angular-0.0.3 | README.md |