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

Load directory from single inspec directory #54

Closed
chris-rock opened this issue Feb 22, 2016 · 1 comment
Closed

Load directory from single inspec directory #54

chris-rock opened this issue Feb 22, 2016 · 1 comment
Labels
Type: Bug Doesn't work as expected.

Comments

@chris-rock
Copy link
Collaborator

As highlighted in chef/chef#4606 we need to support single inspec subdirectories as well.

acceptance git:(master) tree
.
├── Gemfile
├── README.md
├── basics
│   └── test
│       └── integration
│           └── chef-current-install
│               └── serverspec
│                   ├── chef_client_spec.rb
│                   └── spec_helper.rb
├── top-cookbooks
├── trivial
│   └── test
│       └── integration
│           └── chef-current-install
│               └── inspec
│                   └── chef_client_spec.rb
└── windows-service
    └── test
        └── integration
            └── chef-windows-service
                └── inspec
                    └── chef_windows_service_spec.rb

16 directories, 6 files

To fix that we need to add:

@chris-rock chris-rock added the bug label Feb 22, 2016
@alexpop
Copy link
Contributor

alexpop commented Feb 22, 2016

Fixed by PR #55

@alexpop alexpop closed this as completed Feb 22, 2016
@tas50 tas50 added Type: Bug Doesn't work as expected. and removed bug labels Jan 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Doesn't work as expected.
Projects
None yet
Development

No branches or pull requests

3 participants