cheat sheets.

$ cheat install_rspec_rails114
--- install_rspec_rails114 version 1	Mon Aug 04 14:10:03 +0000 2008
+++ install_rspec_rails114 version 2	Mon Aug 04 14:11:39 +0000 2008
@@ -1,15 +1,6 @@
 # this install rspec and rspec-rails release 1.1.4
-# in a rails project. 
-cd vendor/plugins
-git clone git://github.com/dchelimsky/rspec.git
-git clone git://github.com/dchelimsky/rspec-rails.git
-cd rspec
-git checkout 1.1.4
-cd ../rspec-rails
-git checkout 1.1.4
-cd ..
-rm -rf rspec/.git
-rm -rf rspec-rails/.git
-cd ../../
+# in a rails 2.1.0 or higher project
+script/plugin install git://github.com/dchelimsky/rspec.git -r 1.1.4
+script/plugin install git://github.com/dchelimsky/rspec-rails.git -r 1.1.4
 script/generate rspec
. o 0 (history | current )
( add new | see all )