Sviatoslav Flud

Results 2 issues of Sviatoslav Flud

Hello! I want to test my registration form submit, but can't check if submit handler is called. Here is my form: ``` Email: Password: Confirm password: ``` There is my...

hello there. I try to run 2 my workers: ` ["first_worker.rb", "second_worker.rb"].each { |worker| Daemons.run(worker) }` But is running only first. Why? How can i run all my workers?