aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/file/stat/symlink_spec.rb
blob: 579c1de0ada460243d5d1df8cbe99af34f1318af (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../../spec_helper', __FILE__)
require File.expand_path('../../../../shared/file/symlink', __FILE__)
require File.expand_path('../fixtures/classes', __FILE__)

describe "File::Stat#symlink?" do
  it_behaves_like :file_symlink, :symlink?, FileStat
end