File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 is_expected . to raise_error ( Puppet ::Error )
3232 end
3333 else
34- it { is_expected . to contain_class ( 'ruby' ) . with_rubygems_update ( false ) }
3534 it { is_expected . to contain_class ( 'ruby::params' ) }
3635 it { is_expected . to contain_package ( 'ruby' ) . with_ensure ( 'installed' ) }
3736 it { is_expected . to contain_package ( 'rubygems' ) . with_ensure ( 'installed' ) }
8786 }
8887 end
8988
90- it { is_expected . to contain_class ( 'ruby' ) . with_rubygems_update ( false ) }
9189 it { is_expected . to contain_class ( 'ruby::params' ) }
9290 it { is_expected . to contain_package ( 'ruby' ) . with_ensure ( 'installed' ) }
9391 it { is_expected . to contain_package ( 'rubygems' ) . with_ensure ( 'installed' ) }
131129 }
132130 end
133131
134- it { is_expected . to contain_class ( 'ruby' ) . with_rubygems_update ( false ) }
135132 it { is_expected . to contain_class ( 'ruby::params' ) }
136133 it { is_expected . to contain_package ( 'ruby' ) . with_ensure ( 'installed' ) }
137134 it { is_expected . to contain_package ( 'rubygems' ) . with_ensure ( 'installed' ) }
170167 }
171168 end
172169
173- it { is_expected . to contain_class ( 'ruby' ) . with_rubygems_update ( false ) }
174170 it { is_expected . to contain_class ( 'ruby::params' ) }
175171 it { is_expected . to contain_package ( 'ruby' ) . with_ensure ( 'installed' ) }
176172 it { is_expected . to contain_package ( 'rubygems' ) . with_ensure ( 'installed' ) }
211207 }
212208 end
213209
214- it { is_expected . not_to contain_class ( 'ruby' ) . with_rubygems_update ( false ) }
215210 it { is_expected . not_to contain_class ( 'ruby::params' ) }
216211 it { is_expected . not_to contain_package ( 'ruby' ) . with_ensure ( 'installed' ) }
217212 it { is_expected . not_to contain_package ( 'rubygems' ) . with_ensure ( 'installed' ) }
You can’t perform that action at this time.
0 commit comments