Sha256: eed143662dfe3b766da49bb3dbdf9ae1940f72fabeb51490d36788af4d01be7f

Contents?: true

Size: 1.03 KB

Versions: 3

Compression:

Stored size: 1.03 KB

Contents

#Contributing to ![Flapjack](http:////flapjack.io/images/flapjack-2013-notext-transparent-50-50.png "Flapjack") Flapjack

[![Build Status](https://travis-ci.org/flapjack/flapjack.png)](https://travis-ci.org/flapjack/flapjack)

Please see the [Contributing to Flapjack](http://flapjack.io/docs/1.0/development/DEVELOPING) section of the Flapjack wiki.

> Flapjack is, and will continue to be, well tested. Monitoring is like continuous integration for production apps, so why shouldn't your monitoring system have tests?

## Quick Start

1. clone the repo

        git clone https://github.com/flapjack/flapjack.git

2. install development dependencies with bundler:

        cd flapjack
        gem install bundler
        bundle install

3. install redis
4. run unit tests

        rake spec

5. run integration tests

        rake features

6. code coverage for tests

        COVERAGE=x rake spec
        COVERAGE=x rake features

7. make changes with tests, send a [pull request](https://help.github.com/articles/creating-a-pull-request), share love!

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
flapjack-1.0.0 CONTRIBUTING.md
flapjack-1.0.0rc6 CONTRIBUTING.md
flapjack-1.0.0rc5 CONTRIBUTING.md