Skip to content

Instantly share code, notes, and snippets.

@julio-saito-linx
Last active December 12, 2015 08:19
Show Gist options
  • Save julio-saito-linx/4743279 to your computer and use it in GitHub Desktop.
Save julio-saito-linx/4743279 to your computer and use it in GitHub Desktop.
ruby -I"lib:test" path_to_test_file -n name_of_the_method"
# http://flavio.castelli.name/2010/05/28/rails_execute_single_test/
#single file
rake test path_to_test_file
#or
ruby -I"lib:test" path_to_test_file
#single method
ruby -I"lib:test" path_to_test_file -n "name_of_the_method"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment