Sha256: 429e1de840b8ad679961c935161618c5b74047790cb3710ed0ab59b8990599a5
Contents?: true
Size: 827 Bytes
Versions: 5
Compression:
Stored size: 827 Bytes
Contents
# Contributing Thanks for using and improving Busted! If you'd like to help out, check out [the project's issues list][issues] for ideas on what could be improved. If there's an idea you'd like to propose, or a design change, feel free to file a new issue. For bonus brownie points, [pull requests][pr] are always welcome. ## Running the Tests **Process must have root privileges, and [`dtrace`](http://en.wikipedia.org/wiki/DTrace) must be installed.** To run the full suite: `$ bundle exec rake` To run a specific test file: `$ bundle exec ruby -Itest test/busted_test.rb` To run a specific test: `$ bundle exec ruby -Itest test/busted_test.rb -n test_cache_invalidations_with_new_constant` [issues]: https://github.com/simeonwillbanks/busted/issues [pr]: https://help.github.com/articles/using-pull-requests
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
busted-0.2.3 | CONTRIBUTING.md |
busted-0.2.2 | CONTRIBUTING.md |
busted-0.2.1 | CONTRIBUTING.md |
busted-0.2.0 | CONTRIBUTING.md |
busted-0.1.0 | CONTRIBUTING.md |