Skip to content

Commit

Permalink
Update failing example on Windows ref PR #465
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartpreston committed Oct 6, 2015
1 parent a0248a0 commit 2ff750a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WINDOWS_SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ describe group('MYDOMAIN\Domain Users') do
end

describe command('& "ipconfig"') do
it { should return_stdout(/IPv4 Address(\.| )*: 192\.168\.1\.100/) }
its(:stdout) { should match /IPv4 Address(\.| )*: 192\.168\.1\.100/ }
end

describe windows_registry_key('HKEY_USERS\S-1-5-21-1319311448-2088773778-316617838-32407\Test MyKey') do
Expand Down

0 comments on commit 2ff750a

Please sign in to comment.