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

Version Path
lopata-0.1.0 README.md
lopata-0.0.16 README.md
lopata-0.0.15 README.md
lopata-0.0.14 README.md
lopata-0.0.13 README.md
lopata-0.0.12 README.md
lopata-0.0.11 README.md
lopata-0.0.10 README.md
lopata-0.0.9 README.md
lopata-0.0.8 README.md
lopata-0.0.7 README.md
lopata-0.0.6 README.md
lopata-0.0.5 README.md
lopata-0.0.4 README.md