aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/file/exists_spec.rb
blob: 70ebd12d86293f55c0134280cd88efc2fbb139de (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