Method: Spec::Example::ExampleGroupMethods#prepend_after
- Defined in:
- lib/deep_test/spec/extensions/example_group_methods.rb
#prepend_after(*args, &block) ⇒ Object
33 34 35 36 |
# File 'lib/deep_test/spec/extensions/example_group_methods.rb', line 33 def prepend_after(*args, &block) check_filter_args(args) call_regular_instance_method :prepend_after, *args, &block end |