Passes if actual.exist? or actual.exists?
actual.exist?
actual.exists?
expect(File).to exist("path/to/file")
596 597 598
# File 'lib/rspec/matchers.rb', line 596 def exist(*args) BuiltIn::Exist.new(*args) end