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

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