Sha256: 7a3e6700fca61e0a1ad089124f020e9f93106225fa9e80096843c8f0defdc992
Contents?: true
Size: 1.06 KB
Versions: 8
Compression:
Stored size: 1.06 KB
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 WithConcreteArguments < Chainings::SubMatchers::Arguments ## # @return [Boolean] # def matches_arguments?(arguments) Utils::Bool.to_bool(arguments == matcher.expected_arguments) end ## # @return [String] # def printable_expected_arguments "with `#{Arguments::Commands::GeneratePrintableArguments.call(arguments: matcher.expected_arguments)}`" end end end end end end end end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems