<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <link>http://persumi.com/u/fredwu/tech/e/blog/t/spec</link>
    <generator>Persumi - Level up your writing and blogging with AI</generator>
    <category>Blog</category>
    <category>Tech</category>
    <pubDate>Sat, 16 May 2026 04:50:17 +0000</pubDate>
    <description/>
    <title>Blog (spec) - Fred Wu&apos;s Tech</title>
    <atom:link type="application/rss+xml" rel="self" href="http://persumi.com/u/fredwu/tech/e/blog/t/spec/feed/rss"></atom:link>
    <item>
      <pubDate>Fri, 09 Apr 2010 04:03:00 +0000</pubDate>
      <guid>http://persumi.com/u/fredwu/tech/e/blog/p/rails-tip-run-specs-faster</guid>
      <comments>http://persumi.com/u/fredwu/tech/e/blog/p/rails-tip-run-specs-faster</comments>
      <category>Blog</category>
      <category>Tech</category>
      <author>ifredwu@gmail.com (Fred Wu)</author>
      <description>&lt;![CDATA[&lt;p&gt;
If you are using &lt;code class=&quot;inline&quot;&gt;rake spec&lt;/code&gt; to run the specs. Try using &lt;code class=&quot;inline&quot;&gt;spec spec&lt;/code&gt; instead! It avoids doing some preliminary tasks and therefore is quicker to execute.&lt;/p&gt;
&lt;p&gt;
You can verify the difference using Unix’s &lt;code class=&quot;inline&quot;&gt;time&lt;/code&gt; command, i.e. &lt;code class=&quot;inline&quot;&gt;time spec spec&lt;/code&gt; and &lt;code class=&quot;inline&quot;&gt;time rake spec&lt;/code&gt;.&lt;/p&gt;
]]&gt;</description>
      <link>http://persumi.com/u/fredwu/tech/e/blog/p/rails-tip-run-specs-faster</link>
      <title>[Rails Tip] Run Specs Faster!</title>
    </item>
  </channel>
</rss>