Sha256: 25106e8b474e3491cc887d01ff86e8ded846d6f600a5fe8ca913330a4db11561
Contents?: true
Size: 256 Bytes
Versions: 10
Compression:
Stored size: 256 Bytes
Contents
# frozen_string_literal: true RSpec::Matchers.define :have_cluster_member do |name| match do |cluster_identifier| cluster_identifier.has_cluster_member?(name, @is_writer) end chain :is_writer do |is_writer| @is_writer = is_writer end end
Version data entries
10 entries across 10 versions & 1 rubygems