Lopata
Functional acceptance testing using Ruby.
Installation
gem install lopata
Usage
Create new lopata project:
lopata new <project-name>
Setup environment: edit
Write tests: puts tests in
Run tests:
cd <project-name>
lopata
Documentation
See features description for documentation.