<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,6 @@
 module Aspicious
   class Watcher
-    # doctest: is initialized with a :watchee
+    # it: should set the :watchee on initialize
     #  &gt;&gt; watcher = Aspicious::Watcher.new(:something_to_watch)
     #  &gt;&gt; watcher.watchee
     #  =&gt; :something_to_watch
@@ -10,7 +10,7 @@ module Aspicious
     attr_reader :watchee
   
     class &lt;&lt; self
-      # doctest: watching adds a 'watchers' accessor
+      # it: should add a 'watchers' accessor when we call &quot;watch&quot;
       #  &gt;&gt; class ToBeWatched; end
       #  &gt;&gt; class Watching &lt; Aspicious::Watcher ; watch(ToBeWatched) ; end
       #  &gt;&gt; ['watchers', 'watchers='] &amp; ToBeWatched.instance_methods
@@ -65,7 +65,7 @@ module Aspicious
         end
       end
 
-      # doctest: depunctuate can remove conventional method punctuation
+      # it: should depunctuate conventional method punctuation
       #   &gt;&gt; Aspicious::Watcher.send(:depunctuate, &quot;a!_method?_with=_lots_of!?=_punctuation&quot;)
       #   =&gt; &quot;a_bang_method_question_with_equals_lots_of_bang_question_equals_punctuation&quot;
       def depunctuate(method_name)</diff>
      <filename>lib/aspicious/watcher.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>483f45f7cce9c1b38bec035ca5c84fc12e824dc0</id>
    </parent>
  </parents>
  <author>
    <name>Matthew Rudy Jacobs</name>
    <email>matthew@rubuntu.(none)</email>
  </author>
  <url>http://github.com/matthewrudy/aspicious/commit/40e42ceaa6c8da1c166f924dd61c02bde6045c71</url>
  <id>40e42ceaa6c8da1c166f924dd61c02bde6045c71</id>
  <committed-date>2008-12-14T14:31:03-08:00</committed-date>
  <authored-date>2008-12-14T14:31:03-08:00</authored-date>
  <message>use the new &quot;it:&quot; directive for doctests</message>
  <tree>0cebd38b17e1d8eee9ca136dd27e6a22cc470954</tree>
  <committer>
    <name>Matthew Rudy Jacobs</name>
    <email>matthew@rubuntu.(none)</email>
  </committer>
</commit>
