Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added --inspect option to inspect shell command. #4864

Merged
merged 1 commit into from Feb 1, 2020

Commits on Jan 28, 2020

  1. Added --inspect option to inspect shell command.

    * Removed Resource#inspect (calling to_s) to make debugging a happy experience.
    * Added ResourceBehavior.toggle_inspect to add/remove a basic inspect.
    * Added `--inspect` flag to `shell` command. Call toggle_inspect unless --inspect used.
    * Cleaned up matchers.rb and removed most explicit calls to inspect.
    * Added ResourceInspector to rspec's INSPECTOR_CLASSES.
    
    Signed-off-by: Ryan Davis <zenspider@chef.io>
    zenspider committed Jan 28, 2020
    Copy the full SHA
    8bd2528 View commit details
    Browse the repository at this point in the history