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

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