summaryrefslogtreecommitdiff
path: root/spec/ruby/core/file/stat/chardev_spec.rb
blob: 25c8c877f70db1c919fcb8209a1a3c8b9e42cf4c (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../../spec_helper', __FILE__)
require File.expand_path('../../../../shared/file/chardev', __FILE__)
require File.expand_path('../fixtures/classes', __FILE__)

describe "File::Stat#chardev?" do
  it_behaves_like :file_chardev, :chardev?, FileStat
end