Method: Transpec::Converter#process_current_example
- Defined in:
- lib/transpec/converter.rb
#process_current_example(current_example) ⇒ Object
170 171 172 173 |
# File 'lib/transpec/converter.rb', line 170 def process_current_example(current_example) return unless rspec_version.yielded_example_available? current_example.convert! if configuration.convert_deprecated_method? end |