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 b081259 commit d92e1b7Copy full SHA for d92e1b7
spec/defines/accounts_user_spec.rb
@@ -269,7 +269,7 @@
269
purge_user_home: false }
270
end
271
272
- it { is_expected.to contain_user(title).with('ensure' => params[:ensure]) }
+ it { is_expected.to contain_user(title).with('ensure' => params[:ensure]) }
273
it { is_expected.not_to contain_accounts__home_dir(user_vars[:dan_home]) }
274
it { is_expected.not_to contain_file("#{user_vars[:dan_home]}/.ssh") }
275
0 commit comments