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
Thanks for bringing this to my attention. I wasn't aware that people were creating subfolders in this way. I'll fix the bug and note this behavior as a feature.
Hi there, first of all thanks for the very useful library!
We have a similar case in that we're using example.full_description sometimes to automatically derive the snapshot name from the rspec example itself, and this currently fails when you have an API path in an acceptance spec context for example
It's easy enough to work around by using an explicit name, but it would be nice if this didn't crash :)
I was using rspec-snapshot via this blog post https://www.bearer.com/blog/snapshot-testing-viewcomponents-with-rspec
This started to fail with 2.0.2. The workaround seems easy enough though:
Expected behaviour
It creates the folders below snapshot like <= 2.0.1 did.
The text was updated successfully, but these errors were encountered: