Class: RSpec::Matchers::BuiltIn::YieldSuccessiveArgs

Inherits:
Object
  • Object
show all
Defined in:
opal/opal/rspec/fixes/rspec/matchers/built_in/yield.rb

Instance Method Summary collapse

Instance Method Details

#descriptionObject



13
14
15
16
17
18
19
# File 'opal/opal/rspec/fixes/rspec/matchers/built_in/yield.rb', line 13

def description
  desc = "yield successive args"
  # string mutation
  # desc << "(#{expected_arg_description})"
  desc += "(#{expected_arg_description})"
  desc
end