CONTRIBUTING.md in busted-0.0.2 vs CONTRIBUTING.md in busted-0.1.0

- old
+ new

@@ -6,19 +6,21 @@ 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_with_new_constant` + `$ 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