Sha256: 5b3b62db78ceccd66c863a367b2a05ad76d2896bf2b83f7d9cff9f67ea1e80a5
Contents?: true
Size: 257 Bytes
Versions: 97
Compression:
Stored size: 257 Bytes
Contents
RSpec::Matchers.define :be_mounted do match do |path| path.mounted?(@attr, @only_with) end chain :with do |attr| @attr = attr @only_with = false end chain :only_with do |attr| @attr = attr @only_with = true end end
Version data entries
97 entries across 97 versions & 1 rubygems