- fork the repo
- exhibit your brilliance
- push to your fork
- submit a pull request
- Fork the repo
- Clone it to your local machine
gem uninstall preseason
if you have it installed already
- you may be prompted about removing an executable called preseason. The answer is yes
- Crack the project open and make magic happen
gem build preseason.gemspec
- should you receive an error message about the gem containing itself, try
rm preseason-0.0.1.gem
(or whatever version number we are on and stage that deletion
gem install preseason
in your global gemset- In a separate terminal (or just outside the preseason dir),
presason <the name of your test project>
- Information on tests coming soon.
- If you don't have QT libraries installed, you may get this error when installing Capybara
Command 'qmake -spec macx-g++' not available
- Just run
brew install qt
. Learn more
- Just run
- If you get the following error when building the gem, you need to stage the deletion of
preseason.gem
file bygit stage -u preseason.x.x.x.gem
└[$] gem build preseason.gemspec
WARNING: See http://guides.rubygems.org/specification-reference/ for help
ERROR: While executing gem ... (Gem::InvalidSpecificationException)
from bin/rails:4:in `<main>'
If you're nice enough to submit a bug and make Preseason better, please provide the following information to make resolving the bug easier.
- Your operating system (and version)
- Your shell type and version (Bash, Zsh, Bourne, etc)
- Clear steps to reproduce the bug. What answers did you select during the prompts?
- Any error messages seen in the console
- A description of what you expected to happen
- A description of what actually happened