Last active
March 22, 2017 04:54
-
-
Save hayesr/39ea9a37e17c4622c239172a80ce6c4e to your computer and use it in GitHub Desktop.
Find action lines in controller tests without params keyword (for Rails 5)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/(?: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