summaryrefslogtreecommitdiff
path: root/spec/ruby/library/syslog/crit_spec.rb
blob: d7841ac0102c39f2d3e8bb1377232fb65cd2d171 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require_relative '../../spec_helper'

ruby_version_is ""..."3.4" do

  platform_is_not :windows do
    require_relative 'shared/log'
    require 'syslog'

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