Closed nviennot closed 13 years ago
The initializer already ran when entering find_files_to_test, thus @notifier was already initialized. first_time_run? always returns true
find_files_to_test
@notifier
first_time_run?
This patch fixed the problem I was having--cucumber would re-run indefinitely. Using gem packaged from nviennot's fork, no more loop. :)
Thanks!
The initializer already ran when entering
find_files_to_test
, thus@notifier
was already initialized.first_time_run?
always returns true