File tree 2 files changed +6
-8
lines changed 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 4
4
5
5
RSpec . configure do |c |
6
6
c . module_path = File . join ( fixture_path , 'modules' )
7
- c . manifest_dir = File . join ( fixture_path , 'manifests' )
8
7
c . manifest = File . join ( fixture_path , 'manifests' , 'site.pp' )
9
8
c . environmentpath = File . join ( Dir . pwd , 'spec' )
10
9
end
Original file line number Diff line number Diff line change 10
10
end
11
11
let ( :node ) { 'test123.test.com' }
12
12
13
- it { is_expected . to contain_class ( 'server_facts' ) }
14
- it { is_expected . to compile . with_all_deps }
15
- it { is_expected . to contain_notify ( 'servername-test123.test.com' ) }
16
- it { is_expected . to contain_notify ( 'serverip-192.168.1.10' ) }
17
- it { is_expected . to contain_notify ( "serverversion-#{ Puppet . version } " ) }
18
- it { is_expected . to contain_notify ( 'environment-rp_env' ) }
19
- end
13
+ it { is_expected . to contain_class ( 'server_facts' ) }
14
+ it { is_expected . to compile . with_all_deps }
15
+ it { is_expected . to contain_notify ( 'servername-test123.test.com' ) }
16
+ it { is_expected . to contain_notify ( 'serverip-192.168.1.10' ) }
17
+ it { is_expected . to contain_notify ( "serverversion-#{ Puppet . version } " ) }
18
+ it { is_expected . to contain_notify ( 'environment-rp_env' ) }
20
19
end
You can’t perform that action at this time.
0 commit comments