Skip to content

Instantly share code, notes, and snippets.

@chebyte
Created June 28, 2012 14:28
Show Gist options
  • Save chebyte/3011679 to your computer and use it in GitHub Desktop.
Save chebyte/3011679 to your computer and use it in GitHub Desktop.
get nice output format with rspec
for get nice format output from your rspecs you just need create the following file into the root project
.rspec #with the following content
--colour
--format nested
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment