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