Skip to content

Commit

Permalink
Developer Setup Docs [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotsykes committed Nov 21, 2015
1 parent 53728c2 commit c4deb3d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,27 @@ task default: 'bundle:audit'

$ gem install bundler-audit

## Developer Setup

For contributors to bundler-audit, to setup your environment and run the test suite:

```bash
# Fork repo on GitHub, then ...
git clone FORK_URL

cd bundler-audit/

bundle install

bundle exec gem install bundler

# Clone the data/ruby-advisory-db submodule (required by tests)
git submodule update --init

# Run specs
bundle exec rake test
```

## License

Copyright (c) 2013-2015 Hal Brodigan (postmodern.mod3 at gmail.com)
Expand Down

0 comments on commit c4deb3d

Please sign in to comment.