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
I noticed I test a lot of controller actions, so my names tend to be something like
"blogposts#show.json should stay the same"
I think we can do better handling of the # than stripping it. (this would mean a breaking change though, but I think this is still okay, as long as we add it to the changelog)
The text was updated successfully, but these errors were encountered:
Yeah, hyphen or underscore seems fine (i recall that everything is changed to underscore, but I don't have the conversion at hand).
Btw, I'm perfectly willing to implement this somewhere in the coming weeks, but I noticed it, so just jotted it down here, so I don't forget again (because I noticed it before ;) )
I noticed I test a lot of controller actions, so my names tend to be something like
"blogposts#show.json should stay the same"
I think we can do better handling of the # than stripping it. (this would mean a breaking change though, but I think this is still okay, as long as we add it to the changelog)
The text was updated successfully, but these errors were encountered: