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