Sha256: 7fb704d79b91ce5a31e2c97294c103ce76387db836bf6c6e8623513438ba71a1
Contents?: true
Size: 93 Bytes
Versions: 25
Compression:
Stored size: 93 Bytes
Contents
RSpec::Matchers.define :exist do match do |file_path| File.exists?(file_path) end end
Version data entries
25 entries across 25 versions & 3 rubygems