<?xml version="1.0" encoding="UTF-8"?>
<article>
  <body>&lt;html&gt;
&lt;p&gt;&lt;small&gt;This article was migrated from http://rails.office.drecom.jp/takiuchi/archive/162&lt;/small&gt;&lt;/p&gt;
      &lt;p&gt;
Rails&#12398;IntegrationTest&#12398;&#20181;&#32068;&#12415;&#12434;&#20351;&#12387;&#12390;&#12289;Code To Test Ratio&#65288;&#12467;&#12540;&#12489;&#37327;&#12395;&#23550;&#12377;&#12427;&#12486;&#12473;&#12488;&#12467;&#12540;&#12489;&#12398;&#21106;&#21512;&#65289;&#12364;&#19968;&#23450;&#20197;&#19978;&#12395;&#20445;&#12383;&#12428;&#12390;&#12356;&#12427;&#12363;&#12393;&#12358;&#12363;&#12434;&#26908;&#35388;&#12377;&#12427;&#12486;&#12473;&#12488;&#12434;&#26360;&#12356;&#12390;&#12415;&#12414;&#12375;&#12383;&#12290;
&lt;pre&gt;
require &quot;#{File.dirname(__FILE__) }/../test_helper&quot;

class TestingRuleTest &lt; ActionController::IntegrationTest
  def setup
    @stats = `rake stats`
  end

  def test_code_to_test_ratio
    cttr = @stats.match(%r{Code to Test Ratio: 1:([\d\.]+)})[1].to_f
    assert cttr &gt;= 0.8, &quot;Need more tests.&quot;
  end
end
&lt;/pre&gt;
&#22810;&#20154;&#25968;&#12391;&#38283;&#30330;&#12434;&#12375;&#12390;&#12427;&#12392;&#12394;&#12363;&#12394;&#12363;&#38754;&#30333;&#12356;&#12391;&#12377;&#12424;&#12290;&#19968;&#20154;&#12398;&#22580;&#21512;&#12391;&#12418;&#33258;&#20998;&#12408;&#12398;&#25106;&#12417;&#12395;&#20351;&#12360;&#12427;&#12363;&#12394;&#12290;
&lt;/p&gt;
&lt;p&gt;[&lt;a href=&quot;http://developer.drecom.jp/blog/takiuchi/articles/195&quot; target=&quot;_blank&quot;&gt;English&lt;/a&gt;]&lt;/p&gt;
    &lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;
    
      &lt;a id=&quot;BlogEntryExtend&quot;&gt;&lt;/a&gt;
      &lt;span id=&quot;extended-text&quot;&gt;&lt;/span&gt;
    &lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;
    &lt;p&gt;&lt;small&gt;This article was migrated from http://rails.office.drecom.jp/takiuchi/archive/162&lt;/small&gt;&lt;/p&gt;
&lt;/html&gt;</body>
  <cached-tag-list></cached-tag-list>
  <comments-count type="integer">0</comments-count>
  <created-at type="datetime">2007-02-03T05:47:00+00:00</created-at>
  <daily-archive-id type="integer">140</daily-archive-id>
  <filter-type>blue_stole</filter-type>
  <id type="integer">107</id>
  <monthly-archive-id type="integer">16</monthly-archive-id>
  <pdf-digest nil="true"></pdf-digest>
  <permalink>/takiuchi/archive/162</permalink>
  <published-at type="datetime">2007-02-03T05:47:00+00:00</published-at>
  <secret>d520e2c7-6ab2-4dd1-94ee-41fb102ea353</secret>
  <title>&#12486;&#12473;&#12488;&#12434;&#12486;&#12473;&#12488;&#12377;&#12427;&#12513;&#12479;&#12486;&#12473;&#12488;</title>
  <updated-at type="datetime">2008-10-22T20:07:57+00:00</updated-at>
  <user-id type="integer">1</user-id>
</article>
