Method: Transpec::Converter#process_expect

Defined in:
lib/transpec/converter.rb

#process_expect(expect) ⇒ Object



70
71
72
73
74
# File 'lib/transpec/converter.rb', line 70

def process_expect(expect)
  if expect.have_matcher && @configuration.convert_have_items?
    expect.have_matcher.convert_to_standard_expectation!
  end
end