summaryrefslogtreecommitdiff
path: root/spec/rubyspec/core/filetest/symlink_spec.rb
blob: 0812b09f5a2257c9128d9de4cddadbe6b0dc2970 (plain)
1
2
3
4
5
6
7
8
9
10
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../../../shared/file/symlink', __FILE__)

describe "FileTest.symlink?" do
  it_behaves_like :file_symlink, :symlink?, FileTest
end

describe "FileTest.symlink?" do
  it_behaves_like :file_symlink_nonexistent, :symlink?, File
end