Sha256: dc32b63a91e57f9b3faddcaf9d64a5e6b30c575c82f6f02df88bb98ce1bacf42

Contents?: true

Size: 1.73 KB

Versions: 3

Compression:

Stored size: 1.73 KB

Contents

A smarter way to run your tests
===============================

Soundcheck is a universal test runner. It automatically detects what testing
frameworks you use, and how to run your tests. You can pass it a filename,
and it'll run just those tests.

One benefit of this is that you can set your editor to simply run `soundcheck
$filename`, and soundcheck will figure out how to run that test.

Soundcheck will also try to run your tests as fast as possible.

## Is Soundcheck not working for your project?

Feel free to submit a pull request that adds only a fixture and RSpec testcase
which describes the situation in which it fails. If you can fix it yourself,
then great, but I'll happily accept patches that add more project styles which
Soundcheck currently can't handle.

## Contributing to Soundcheck
 
* Check out the latest master to make sure the feature hasn't been implemented
  or the bug hasn't been fixed yet
* Check out the issue tracker to make sure someone already hasn't requested it
  and/or contributed it
* Fork the project
* Start a feature/bugfix branch
* Commit and push until you are happy with your contribution
* Make sure to add tests for it. This is important so I don't break it in a
  future version unintentionally.
* Please try not to mess with the Rakefile, version, or history. If you want to
  have your own version, or is otherwise necessary, that is fine, but please
  isolate to its own commit so I can cherry-pick around it.

## Copyright

Copyright (c) 2011 Marten Veldthuis. See LICENSE.txt for further details.

This gem started as a Ruby version of Gary Bernhardt's 'script/test' from
[Destroy All Software's screencast number 10][1].

[1]: http://destroyallsoftware.com/screencasts/catalog/fast-tests-with-and-without-rails

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
soundcheck-0.2.4.beta1 README.markdown
soundcheck-0.2.3 README.markdown
soundcheck-0.2.2 README.markdown