summaryrefslogtreecommitdiff
path: root/spec/ruby/library/syslog/crit_spec.rb
blob: cf2cc71abcdbc41f1fb56a86eb80b83a9a1d49d8 (plain)
1
2
3
4
5
6
7
8
9
10
require File.expand_path('../../../spec_helper', __FILE__)

platform_is_not :windows do
  require File.expand_path('../shared/log', __FILE__)
  require 'syslog'

  describe "Syslog.crit" do
    it_behaves_like :syslog_log, :crit
  end
end