Class: TestAsyncRunnner

Inherits:
Object
  • Object
show all
Includes:
Rubee::Asyncable
Defined in:
lib/tests/async/thread_async_test.rb

Instance Method Summary collapse

Methods included from Rubee::Asyncable

#adapter, #perform_async

Instance Method Details

#perform(options) ⇒ Object



8
9
10
# File 'lib/tests/async/thread_async_test.rb', line 8

def perform(options)
  User.create(email: options['email'], password: options['password'])
end