Skip to content

strongqa/howitzer_example_rspec

Repository files navigation

Howitzer Example Rspec

Build Status CircleCI

Howitzer example project based on Rspec for demo web application http://demoapp.strongqa.com

Requirements

  • Ruby 3.0.2+

Getting Started

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

How to try the project locally

  • Clone project
git clone --recursive [email protected]:strongqa/howitzer_example_rspec.git
  • Install dependencies
bundle install
  • Get list of available commands
rake -T

Contributing

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