summaryrefslogtreecommitdiff
path: root/spec/ruby/library/syslog/warning_spec.rb
blob: cf0f7d0dc21484965b2c5326e57eeb5685d382b3 (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.warning" do
      it_behaves_like :syslog_log, :warning
    end
  end
end