# Lopata Functional acceptance testing using Ruby. ## Installation gem install lopata ## Usage Create new lopata project: lopata new Setup environment: edit /config/environments/qa.yml for setup project for testing. Write tests: puts tests in /scenarios folder. Define shared steps in /shared_steps folder. Run tests: cd lopata ## Documentation See [features description](https://github.com/avolochnev/lopata/tree/master/features) for documentation.