Fred Wu (@fredwu)

CTO by day, freelancing software consultant by night. Founder of Persumi.

马上订阅 Fred Wu (@fredwu) RSS 更新: https://persumi.com/u/fredwu/feed/rss

[Rails Tip] Run Specs Faster!

ifredwu@gmail.com (Fred Wu)
2010年4月9日 12:03
If you are using rake spec to run the specs. Try using spec spec instead! It avoids doing some preliminary tasks and therefore is quicker to execute.

You can verify the difference using Unix’s time command, i.e. time spec spec and time rake spec.

]]>