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

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