Skip to content

Instantly share code, notes, and snippets.

@hayesr
Last active March 22, 2017 04:54
Show Gist options
  • Save hayesr/39ea9a37e17c4622c239172a80ce6c4e to your computer and use it in GitHub Desktop.
Save hayesr/39ea9a37e17c4622c239172a80ce6c4e to your computer and use it in GitHub Desktop.
Find action lines in controller tests without params keyword (for Rails 5)
/(?:get|put|post|patch)\s+:\w+,\s+(?!params).+/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment