Skip to content

Instantly share code, notes, and snippets.

@skplunkerin
Created July 30, 2019 14:33
Show Gist options
  • Save skplunkerin/9e178d1b9811a057bd4f606fe31af34f to your computer and use it in GitHub Desktop.
Save skplunkerin/9e178d1b9811a057bd4f606fe31af34f to your computer and use it in GitHub Desktop.
rails test specific file line

For rails 5:

source

Specific test file:

rails test test/models/my_model.rb

Specific test in file:

rails test test/models/my_model.rb:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment