Skip to content

Instantly share code, notes, and snippets.

@madis
Created August 4, 2013 11:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save madis/6150058 to your computer and use it in GitHub Desktop.
Save madis/6150058 to your computer and use it in GitHub Desktop.
Useful Ruby & Rails snippets
# Running only fast tests on command line
`zeus test -t ~slow spec`
# Getting the profiling information for RSpec runs
`echo "--profile">> .rspec`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment