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
Truncate method names further in system tests (rspec#2058)
* Truncate method names further in system tests
ref: https://github.com/rspec/rspec-rails/pull/1999/files
If system test fails, a screenshot is taken, but if the file name exceeds 255 characters(e.g. using turnip), the following error will be output.
```
File name too long @ rb_sysopen
```
The file name is prepended with `failures_` so further truncation is needed.
0 commit comments