Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save knightq/2887867 to your computer and use it in GitHub Desktop.

Select an option

Save knightq/2887867 to your computer and use it in GitHub Desktop.
Console script to launch one test method only in Rails
ruby -I test test/functional/items_controller_test.rb -n 'mio_test'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment