Sha256: de0a2a7c6121ee040f9a5996b76923784d9a4bbabfcf8eb2cf8a80bc6c893b3c
Contents?: true
Size: 635 Bytes
Versions: 2
Compression:
Stored size: 635 Bytes
Contents
# 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](http://github.com/cheezy/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 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 |
---|---|
dojo_widgets-0.2 | README.md |
dojo_widgets-0.1 | README.md |