summaryrefslogtreecommitdiff
path: root/spec/ruby/core/filetest/exist_spec.rb
blob: b375d3a4b15a2c7dd510def19a80acc2be11c4d7 (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../../../shared/file/exist', __FILE__)

describe "FileTest.exist?" do
  it_behaves_like :file_exist, :exist?, FileTest
end