mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
13 lines
275 B
Ruby
13 lines
275 B
Ruby
![]() |
platform_is_not :windows do
|
||
|
require File.expand_path('../../../spec_helper', __FILE__)
|
||
|
require 'syslog'
|
||
|
|
||
|
describe "Syslog.instance" do
|
||
|
platform_is_not :windows do
|
||
|
it "returns the module" do
|
||
|
Syslog.instance.should == Syslog
|
||
|
end
|
||
|
end
|
||
|
end
|
||
|
end
|