discourse/lib/turbo_tests
Jarek Radosz 3569a48b2d
DEV: Rescue the timeout error for a better spec cleanup (#21826)
Rescuing them still makes timing-out tests fail but doesn't break `after` spec cleanup (which could trigger more errors) Using custom error class to avoid any other possible timeout-catching code.

Also:
* remove an unnecessary `.select { |x| x.size > 0 }`
* fix a typo in a test title
2023-05-30 19:14:54 +02:00
..
base_formatter.rb DEV: Add `--profile=[COUNT]` option for `turbo_rspec` 2023-05-30 13:46:14 +09:00
documentation_formatter.rb DEV: Add `--profile=[COUNT]` option for `turbo_rspec` 2023-05-30 13:46:14 +09:00
json_rows_formatter.rb DEV: Add `--profile=[COUNT]` option for `turbo_rspec` 2023-05-30 13:46:14 +09:00
progress_formatter.rb DEV: Add `--profile=[COUNT]` option for `turbo_rspec` 2023-05-30 13:46:14 +09:00
reporter.rb DEV: Add `--profile=[COUNT]` option for `turbo_rspec` 2023-05-30 13:46:14 +09:00
runner.rb DEV: Rescue the timeout error for a better spec cleanup (#21826) 2023-05-30 19:14:54 +02:00