Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

v3.1.0

Compare
Choose a tag to compare
@sethvargo sethvargo released this 26 Jul 14:24
· 27 commits to master since this release
  • Logically decide which commands are run inside the cookbook and which are run inside the sandbox (#31)

    Certain commands should be run from inside a cookbook (like RSpec and Test Kitchen), but others must be run in the sandbox (Knife and Foodcritic). This change attempts to intelligently detect what command the user wants and execute that command in the correct context.

  • Throw a fatal error when 'strainer test' is called on a chef_repo with no arguments

    Potentially a CI bug, if strainer test is called with no arguments on a chef_repo, the build would be marked as passing (when in reality, nothing was tested). This change does not affect cookbook_repos.

  • Various README updates