First install dependencies with
bundle install
This cookbook contains several test suites, each with its own Rake task:
rake lint
will run Rubocop and Food Criticrake unit
will run unit testsrake integration:vagrant
will run integration tests in a local Vagrant VM (and thus requires VirtualBox or Vagrant VMware plugin to be installed)rake integration:docker
will run integration tests in a Docker contains (and thus requires Docker to be installed)