From 2ff750a00c63eb2e2ce5b1eabc4811fc65f9b78a Mon Sep 17 00:00:00 2001 From: Stuart Preston Date: Tue, 6 Oct 2015 11:14:30 +0100 Subject: [PATCH] Update failing example on Windows ref PR #465 --- WINDOWS_SUPPORT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WINDOWS_SUPPORT.md b/WINDOWS_SUPPORT.md index 67fcfa5e..17bbee3e 100644 --- a/WINDOWS_SUPPORT.md +++ b/WINDOWS_SUPPORT.md @@ -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