summaryrefslogtreecommitdiff
path: root/spec/ruby/core/file/exist_spec.rb
blob: 29a410c125d53bf9d0214ab0c7e8f46ea74b46de (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