diff options
author | Tim Smith <tsmith@chef.io> | 2018-07-16 19:09:33 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-07-16 19:09:33 -0700 |
commit | 01fec7107ff4ed645b0e965c9e1fea6cbe9ea96c (patch) | |
tree | 4c3f73cb1109854d5d291cccedc6ed5d5720bae4 /spec | |
parent | c04fcdff7faedcc3e291d24aa6db8078cb9b8af6 (diff) | |
download | chef-01fec7107ff4ed645b0e965c9e1fea6cbe9ea96c.tar.gz |
Use entirely fake names in the group functional tests
We were burned by this before on Travis
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'spec')
-rw-r--r-- | spec/functional/resource/group_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/functional/resource/group_spec.rb b/spec/functional/resource/group_spec.rb index 525a5e842d..2d65d69843 100644 --- a/spec/functional/resource/group_spec.rb +++ b/spec/functional/resource/group_spec.rb @@ -466,7 +466,7 @@ downthestreetalwayshadagoodsmileonhisfacetheoldmanwalkingdownthestreeQQQQQQ" end end describe "when append is not set" do - let(:included_members) { %w{gordon eric} } + let(:included_members) { %w{dfgdf4ds sadfsdfs} } before(:each) do group_resource.append(false) |