Sha256: a7d0aa3aa5568d1db892c29b95af5e497dbeda8e9c0683508a1f366ca570dcbb
Contents?: true
Size: 362 Bytes
Versions: 4
Compression:
Stored size: 362 Bytes
Contents
require File.expand_path('../shared/log', __FILE__) require 'syslog' describe "Syslog.emerg" do # Some way needs do be found to prevent this spec # from causing output on all open terminals. If this # is not possible, this spec may need a special guard # that only runs when requested. quarantine! do it_behaves_like :syslog_log, :emerg end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rubysl-syslog-3.0 | spec/emerg_spec.rb |
rubysl-syslog-2.1.0 | spec/emerg_spec.rb |
rubysl-syslog-1.0.0 | spec/emerg_spec.rb |
rubysl-syslog-2.0.1 | spec/emerg_spec.rb |