If you're going to report an issue or submit a pull request, please follow these guidelines.
- Provide the following information:
- The problematic code or the project's URL
- Transpec version (
transpec --version) - RSpec version (
bundle exec rspec --version) - Ruby version (
ruby --version) - The complete command-line options you passed to
transpec
- Add tests for your change unless it's a refactoring.
- Run
bundle exec rake. If any failing test or code style issue is reported, fix it. - If you're going to modify the content of
README.md:- Edit
README.md.erbinstead. - Run
bundle exec rake readme. This will generateREADME.mdfromREADME.md.erb. - Commit both files.
- Edit