Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 272 Bytes

TESTING.md

File metadata and controls

13 lines (8 loc) · 272 Bytes

Testing

Testing is carried out via the following tools (also via CircleCI):

  • chef exec cookstyle
  • chef exec foodcritic . -X spec -f any
  • chef exec rspec -P spec/**/*_spec.rb --tty --color

Testing via the following:

  • kitchen test

is carried out locally.