Class: RSpec::Celluloid::Actor

Inherits:
Object
  • Object
show all
Includes:
Celluloid
Defined in:
lib/rspec/celluloid/actor.rb

Instance Method Summary collapse

Instance Method Details

#run(group, reporter) ⇒ Object



10
11
12
# File 'lib/rspec/celluloid/actor.rb', line 10

def run(group, reporter)
  group.run(reporter)
end