Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 207 Bytes

TESTING.md

File metadata and controls

18 lines (13 loc) · 207 Bytes

To setup tests:

gem install bundler --no-document
bundle update

To run cookstyle, foodcritic and rspec tests:

bundle exec rake

To run integration tests:

bundle exec kitchen test