AmsLayout
AmsLayout will generate a delegate class that references all fields on the client's Loan Entry screen.
The delegate class is used by the testing framework for guideline unit tests.
Installation
Add this line to your application's Gemfile:
gem 'ams_layout'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install ams_layout
Usage
TODO: Write usage instructions here
Contributing
- Fork it ( https://github.com/jmcaffee/ams_layout/fork )
- Clone it (
git clone git@github.com:[my-github-username]/ams_layout.git
) - Create your feature branch (
git checkout -b my-new-feature
) - Create tests for your feature branch
- Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
LICENSE
AmsLayout is licensed under the MIT license.
See LICENSE for details.