Sha256: 2352da5f47a9f72b8bc56ee5c66df5c03a7bf184ec008c3a712cb790d6585499
Contents?: true
Size: 94 Bytes
Versions: 22
Compression:
Stored size: 94 Bytes
Contents
RSpec::Matchers.define :exist do match do |file_path| File.exists?(file_path) end end
Version data entries
22 entries across 22 versions & 2 rubygems