Sha256: b5d1522d65b16ff57970e135c69869c3488822892781a5b52c8d73aa2c7d4d22

Contents?: true

Size: 702 Bytes

Versions: 2

Compression:

Stored size: 702 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

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`

[issues]: https://github.com/simeonwillbanks/busted/issues
[pr]: https://help.github.com/articles/using-pull-requests

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
busted-0.0.2 CONTRIBUTING.md
busted-0.0.1 CONTRIBUTING.md