Please check our GitHub issue tracker for known issues before opening a new one and make sure to check our roadmap for planned features before adding feature requests.
You can report bugs and feature requests to GitHub Issues.
Pull requests are very welcome! Please try to follow these simple rules if applicable:
- Please create a topic branch for every separate change you make.
- run rubocop locally before pushing Make sure your patches are well tested.
- All specs must pass when run on Travis CI. Update the README if necessary or provide additional documentation via a PR to the qBrick wiki.
- Please do not change the version number.
There's a dummy app inside spec/dummy. Get it running by executing the following steps:
rake setup
rake start_dummy
The default rspec task excludes the very slow running generator specs. You can run them like so:
bundle exec rspec spec -t generator