Sha256: 551a662469d465c6e12efdd507cb09d8a0cd5611bdbdd37464531a432ccc3086

Contents?: true

Size: 653 Bytes

Versions: 3

Compression:

Stored size: 653 Bytes

Contents

Testing
=======
This cookbook has tests in the GitHub repository. To run the tests:

    git clone git://github.com/hw-cookbooks/runit.git
    cd runit
    bundle install

There are two kinds of tests, unit tests and integration tests.

## Unit Tests

The resource/provider code is unit tested with rspec. To run these
tests, use rake:

    bundle exec rake spec

## Integration Tests

Integration tests are setup to run under minitest-chef. They are
automatically run under test kitchen.

    bundle exec kitchen test

This tests the default recipe ("default" configuration), and various
uses of the `runit_service` resource ("service" configuration).

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
from-scratch-0.7.0 cookbooks/runit/TESTING.md
from-scratch-0.6.0 cookbooks/runit/TESTING.md
from-scratch-0.5.0 cookbooks/runit/TESTING.md