BDD时候要用,写着写着测试一下很方便
rspec
cucumber
[img]http://dl.iteye.com/upload/attachment/263765/9db0d5f7-7352-3435-9ea9-684440d4872f.png[/img]
rspec
cd ~/Library/Application\ Support/TextMate/Bundles/
git clone git://github.com/dchelimsky/rspec-tmbundle.git RSpec.tmbundle
osascript -e 'tell app "TextMate" to reload bundles'
cucumber
cd ~/Library/Application\ Support/TextMate/Bundles
rm -rf Cucumber.tmbundle
git clone git://github.com/aslakhellesoy/cucumber-tmbundle.git Cucumber.tmbundle
osascript -e 'tell app "TextMate" to reload bundles'
[img]http://dl.iteye.com/upload/attachment/263765/9db0d5f7-7352-3435-9ea9-684440d4872f.png[/img]