class RSpecAroundAll::FiberAwareGroup

Public Instance Methods

run_examples() click to toggle source
# File lib/rspec_around_all.rb, line 6
def run_examples
  Fiber.yield
end
to_proc() click to toggle source
# File lib/rspec_around_all.rb, line 10
def to_proc
  proc { run_examples }
end