Sha256: a843420843effb74abca60f99c69f6a4c51043a83dfbf8105963e3094ee1a95f
Contents?: true
Size: 280 Bytes
Versions: 13
Compression:
Stored size: 280 Bytes
Contents
RSpec::Matchers.define :be_mounted do match do |path| backend.check_mounted(example, path, @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
13 entries across 13 versions & 1 rubygems