You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: spec/classes/enterprise_spec.rb
+1-1
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@
52
52
'include splunk::forwarder'
53
53
end
54
54
55
-
it{expect{is_expected.tocontain_class('splunk::enterprise')}.toraise_error(Puppet::Error,%r{Do not include splunk::forwarder on the same node as splunk::enterprise})}
55
+
it{is_expected.tocompile.and_raise_error(%r{Do not include splunk::forwarder on the same node as splunk::enterprise})}
0 commit comments