[185] r371@phpspec (orig r185): matakagi | 2008-01-10 07:33:42 -0700

0 views
Skip to first unread message

nor...@domain51.com

unread,
Jan 10, 2008, 9:34:17 AM1/10/08
to phpspec...@googlegroups.com
Revision
185
Author
phpspec
Date
2008-01-10 07:34:17 -0700 (Thu, 10 Jan 2008)

Log Message

 r371@phpspec (orig r185):  matakagi | 2008-01-10 07:33:42 -0700
 * fixed typo.
 

Modified Paths

Property Changed

Diff

Property changes:


Name: svk:merge
   - d6e91ea2-e33a-0410-98df-1d493bd67c58:/:184
   + d6e91ea2-e33a-0410-98df-1d493bd67c58:/:185

Modified: trunk/docs/manual/en/chapters/WritingSpecsWithPHPSpec.xml (184 => 185)


--- trunk/docs/manual/en/chapters/WritingSpecsWithPHPSpec.xml	2008-01-10 11:38:54 UTC (rev 184)
+++ trunk/docs/manual/en/chapters/WritingSpecsWithPHPSpec.xml	2008-01-10 14:34:17 UTC (rev 185)
@@ -632,13 +632,13 @@
 
     public function itShouldBeAnInsect()
     {
-        $flee = new Flea;
+        $flea = new Flea;
         $this->spec($flea)->should->beAnInsect(); // Flea::isInsect() == TRUE
     }
 
     public function itShouldHaveNoWings()
     {
-        $flee = new Flea;
+        $flea = new Flea;
         $this->spec($flea)->shouldNot->haveWings(); // Flea::hasWings() == FALSE
     }
 }</programlisting>
@@ -657,4 +657,4 @@
       </section>
     </section>
   </section>
-</chapter>
\ No newline at end of file
+</chapter>

Modified: trunk/docs/manual/ja/chapters/WritingSpecsWithPHPSpec.xml (184 => 185)


--- trunk/docs/manual/ja/chapters/WritingSpecsWithPHPSpec.xml	2008-01-10 11:38:54 UTC (rev 184)
+++ trunk/docs/manual/ja/chapters/WritingSpecsWithPHPSpec.xml	2008-01-10 14:34:17 UTC (rev 185)
@@ -740,13 +740,13 @@
 
     public function itShouldBeAnInsect()
     {
-        $flee = new Flea;
+        $flea = new Flea;
         $this-&gt;spec($flea)-&gt;should-&gt;beAnInsect(); // Flea::isInsect() == TRUE
     }
 
     public function itShouldHaveNoWings()
     {
-        $flee = new Flea;
+        $flea = new Flea;
         $this-&gt;spec($flea)-&gt;shouldNot-&gt;haveWings(); // Flea::hasWings() == FALSE
     }
 }</programlisting>
Reply all
Reply to author
Forward
0 new messages