Sha256: cff56d63823b5b572046023377d6414019a3fb05f5829f20f625c6222f93a7b9
Contents?: true
Size: 250 Bytes
Versions: 29
Compression:
Stored size: 250 Bytes
Contents
RSpec::Matchers.define :exist do |path| match do File.exist?(path) end failure_message_for_should { "Expected #{path} to exist but no file found" } failure_message_for_should_not { "Expected #{path} to not exist but file was found" } end
Version data entries
29 entries across 29 versions & 10 rubygems