jstrait / wavefile

A Ruby gem for reading and writing sound files in Wave format (*.wav)
https://wavefilegem.com
MIT License
208 stars 24 forks source link

Assorted test updates #13

Closed petergoldstein closed 8 years ago

petergoldstein commented 10 years ago
  1. Update tests to use Minitest.
  2. Add Gemfile and .gitignore to make automated testing easier.
  3. Add .travis.yml for Travis CI support.

@jstrait After this is merged you will need to go to http://www.travis-ci.org to enable Travis CI for this repository.

jstrait commented 8 years ago

@petergoldstein thanks for opening this! Obviously, it took me a very long time to get back to you on this - sorry about that. Since you opened this PR, the gem has been updated to use MiniTest, so I think this PR is now obsolete and I will close it. Again, thanks for submitting this!