# Lopata - functional acceptance testing Motivation: use RSpec for functional testing. ## 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 RSpec tests in /spec folder. Run tests: cd lopata