Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 827 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (16 loc) · 827 Bytes

Contributing

Thanks for using and improving Busted! If you'd like to help out, check out the project's issues list 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 are always welcome.

Running the Tests

Process must have root privileges, and 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