Method: Spec::Example::ExampleMethods#eval_each_fail_fast
- Defined in:
- lib/spec/example/example_methods.rb
#eval_each_fail_fast(blocks) ⇒ Object
:nodoc:
71 72 73 74 75 |
# File 'lib/spec/example/example_methods.rb', line 71 def eval_each_fail_fast(blocks) # :nodoc: blocks.each do |block| instance_eval(&block) end end |