Skip to content

Commit e667b28

Browse files
committed
Remove required class
1 parent d512eb1 commit e667b28

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

spec/classes/datadog_agent_reports_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
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') }

0 commit comments

Comments
 (0)