Sha256: 3d6555e7295b75eb71b52f4a8e12e75f0d2f21bc5ae6f4561f4f9b72c91b2053
Contents?: true
Size: 426 Bytes
Versions: 14
Compression:
Stored size: 426 Bytes
Contents
# Lopata - functional acceptance testing Motivation: use RSpec for functional testing. ## Installation gem install lopata ## Usage Create new lopata project: lopata new <project-name> Setup environment: edit <project-name>/config/environments/qa.yml for setup project for testing. Write tests: puts RSpec tests in <project-name>/spec folder. Run tests: cd <project-name> lopata
Version data entries
14 entries across 14 versions & 1 rubygems