summaryrefslogtreecommitdiff
path: root/spec/ruby/library/syslog/notice_spec.rb
blob: 7a27e23729a87e4099905cde89e07fa17adca86e (plain)
1
2
3
4
5
6
7
8
9
platform_is_not :windows do
  require File.expand_path('../../../spec_helper', __FILE__)
  require File.expand_path('../shared/log', __FILE__)
  require 'syslog'

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