Class: Kaya::Cucumber::Task

Inherits:
Object
  • Object
show all
Defined in:
lib/kaya/cucumber/task.rb

Class Method Summary collapse

Class Method Details

.run(result) ⇒ Object



10
11
12
13
14
# File 'lib/kaya/cucumber/task.rb', line 10

def self.run result

   Kaya::Workers::ExecutionPerformer.perform_async(result.id)

end