Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 843 Bytes

DEVELOPING.md

File metadata and controls

30 lines (22 loc) · 843 Bytes

Developing on kitchen-terraform

Get familiar with the technologies this project uses

Download, Install and run tests

  1. Clone the kitchen-terraform repository: git clone [email protected]:newcontext/kitchen-terraform.git
  2. Download and install the [required dependencies]
  3. Run bundle install --trust-policy MediumSecurity
  4. In a separate terminal you can run bundle exec guard
  5. Please get familiar with the tests and features
  6. Begin coding!

Notes

Tests can be run manually by doing: bundle exec rspec Style checks can be run manually by doing: bundle exec rubocop --format clang