File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -136,6 +136,30 @@ task default: 'bundle:audit'
136136
137137 $ gem install bundler-audit
138138
139+ ## Developer Setup
140+
141+ For contributors to bundler-audit, to setup your environment and run the test suite:
142+
143+ ``` bash
144+ # Fork repo on GitHub, then ...
145+ git clone FORK_URL
146+
147+ cd bundler-audit/
148+
149+ bundle install
150+
151+ bundle exec gem install bundler # (may be optional)
152+
153+ # Clone the data/ruby-advisory-db submodule (required by tests)
154+ git submodule update --init
155+
156+ # Update the data/ruby-advisory-db
157+ bundle exec rake db:update
158+
159+ # Run specs
160+ bundle exec rake test
161+ ```
162+
139163## License
140164
141165Copyright (c) 2013-2015 Hal Brodigan (postmodern.mod3 at gmail.com)
You can’t perform that action at this time.
0 commit comments