README.md 349 字节
Newer Older
J
Justin Collins 已提交
1 2
## Testing

3
Run `rake` or if you want to avoid bundler `cd test && ruby test.rb`.
J
Justin Collins 已提交
4

J
Justin Collins 已提交
5
This runs Brakeman against full apps in the `apps` directory and checks the results against what is expected.
6 7 8

## Test Generation

9
Run `cd test && ruby to_test.rb apps/some_app > tests/test_some_app.rb` to generate a test suite with tests for each warning reported.