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

Add Windows support to the os_env resource #245

Merged
merged 1 commit into from
Nov 19, 2015

Conversation

schisamo
Copy link
Contributor

This change allows checks like:

describe os_env('PATH') do
  its('split') { should include('C:\wix') }
end

/cc @chef/compliance @chef/engineering-services @chef/client-windows

This change allows checks like:

```
describe os_env('PATH') do
  its('split') { should include('C:\wix') }
end
```
@chris-rock
Copy link
Contributor

Great work @schisamo . Thanks for porting the resource to Windows! This was a long-timer on my list 👍

chris-rock added a commit that referenced this pull request Nov 19, 2015
Add Windows support to the `os_env` resource
@chris-rock chris-rock merged commit d897cf2 into master Nov 19, 2015
@chris-rock chris-rock deleted the schisamo/os_env-windows branch November 19, 2015 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants