Gitlab Community Edition Instance

Skip to content
Snippets Groups Projects
Commit 2cdb097f authored by Benedikt Wegmann's avatar Benedikt Wegmann
Browse files

rspec: angefangenes Beispiel mit motd_spec.rb

parent 7ea05dc5
No related branches found
No related tags found
No related merge requests found
require 'spec_helper'
describe "ubuntu_server::motd" do
it do
is_expected.to contain_file('/etc/update-motd.d/90-puppet-info').with('ensure'=>'present')
is_expected.to contain_file('/etc/update-motd.d/10-help-text').with('ensure'=>'absent')
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment