Sha256: b039395cb952cc5bb2e1e976c054e09793ed2cc00461889845c97d68587ae41b
Contents?: true
Size: 259 Bytes
Versions: 124
Compression:
Stored size: 259 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
124 entries across 124 versions & 4 rubygems