DojoWidgets
This is a wrapper around some of the Dijit controls. The purpose is to make applications that use this UI control set easier to test using the page-object gem.
Installation
Add this line to your application's Gemfile:
gem 'dojo_widgets'
And then execute:
$ bundle
Or install it yourself as:
$ gem install dojo_widgets
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request