# Contributing

## Getting Started

After cloning the project, get started with:

    npm install && npm test

`npm test` will lint the code and run tests.

## Testing

Add test cases to `spec/src/no_focused_jasmine_specs_spec.coffee`

Running `npm test` will both lint your code and run tests.
