Sha256: c489a3a0cf3196268a5ae52300386d8003a737ac701f0f7a20604589afc0a04c
Contents?: true
Size: 241 Bytes
Versions: 17
Compression:
Stored size: 241 Bytes
Contents
# frozen_string_literal: true module ConvenientService module RSpec module Matchers module HaveAttrAccessor def have_attr_accessor(...) Custom::HaveAttrAccessor.new(...) end end end end end
Version data entries
17 entries across 17 versions & 1 rubygems