You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
given I'm using the before_fork hook via -r to load rspec configuration
and that configuration sets example_status_persistence_file_path
and that path contains a file with timing information
when I run flatware rspec -r ./flatware_helper.rb -l
then I see a log message showing more than 0 timed files
Actual:
jobs are not balanced because timing information is not yet loaded
The text was updated successfully, but these errors were encountered:
given I'm using the
before_fork
hook via-r
to load rspec configurationand that configuration sets
example_status_persistence_file_path
and that path contains a file with timing information
when I run
flatware rspec -r ./flatware_helper.rb -l
then I see a log message showing more than 0 timed files
Actual:
jobs are not balanced because timing information is not yet loaded
The text was updated successfully, but these errors were encountered: