Class: RSpecAroundAll::FiberAwareGroup

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
lib/rspec_around_all.rb

Instance Method Summary collapse

Instance Method Details

#run_examplesObject



6
7
8
# File 'lib/rspec_around_all.rb', line 6

def run_examples
  Fiber.yield
end

#to_procObject



10
11
12
# File 'lib/rspec_around_all.rb', line 10

def to_proc
  proc { run_examples }
end