README.markdown in soundcheck-0.0.1 vs README.markdown in soundcheck-0.0.2

- old
+ new

@@ -10,9 +10,13 @@ whether you reference `spec_helper`. For Rails applications, this is reasonable, because if you require that file, you'll probably need all of Rails loaded. If you don't (as you can often do when running a spec for something you put in `Rails.root.join("lib")`), it'll execute "rspec $0", otherwise it'll execute "bundle exec rspec $0". +## 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