We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b824b4 commit 7009d89Copy full SHA for 7009d89
spec/defines/accounts_user_spec.rb
@@ -266,7 +266,6 @@
266
end
267
268
it { is_expected.to contain_user(title).with('ensure' => params[:ensure]) }
269
- it { is_expected.to contain_user(title).with('managehome' => params[:purge_user_home]) }
270
it { is_expected.not_to contain_accounts__home_dir(user_vars[:dan_home]) }
271
it { is_expected.not_to contain_file("#{user_vars[:dan_home]}/.ssh") }
272
0 commit comments