Skip to content

Instantly share code, notes, and snippets.

@johnnaegle
Created May 9, 2013 03:34
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 johnnaegle/5545373 to your computer and use it in GitHub Desktop.
Save johnnaegle/5545373 to your computer and use it in GitHub Desktop.
Convert from test-unit to rspec
~/projects/scratch> rspec --init
create spec/spec_helper.rb
create .rspec
~/projects/scratch> mv test/dummy spec/
~/projects/scratch> rm -rf test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment