Howitzer example project based on Rspec for demo web application http://demoapp.strongqa.com
- Ruby 3.0.2+
Note! This project uses Git submodules in order to reuse common code between similar projects:
howitzer_example_cucumber howitzer_example_turnip
Typically it is not required for a regular project based on Howitzer
- Clone project
git clone --recursive [email protected]:strongqa/howitzer_example_rspec.git
- Install dependencies
bundle install
- Get list of available commands
rake -T
Code quality is controlled by Rubocop
It is useful to activate rubocop pre-commit git hook for changed files.
cp scripts/pre-commit .git/hooks/pre-commit