Sha256: 093352ed1aad77e2b225311a861c0bc992176c3ae3119a5550e4a753acb24ef5
Contents?: true
Size: 97 Bytes
Versions: 5
Compression:
Stored size: 97 Bytes
Contents
# coding: utf-8 RSpec::Matchers.define :written do match do |file| file.exist? end end
Version data entries
5 entries across 5 versions & 1 rubygems