Sha256: 6dc63e86e39f984755d752e02c9af47b00693144e242339e39ecf06c306cd2f5
Contents?: true
Size: 950 Bytes
Versions: 10
Compression:
Stored size: 950 Bytes
Contents
# frozen_string_literal: true module ConvenientService module RSpec module Matchers module Custom class DelegateTo module Entities class Matcher module Entities module Chainings module SubMatchers class WithoutArguments < Chainings::SubMatchers::Arguments ## # @return [Boolean] # def matches_arguments?(arguments) arguments.none? end ## # @return [String] # def printable_expected_arguments "without arguments" end end end end end end end end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems