Showing 1 changed files with 5 additions and 1 deletions
+5 -1
xt/basic.t
... ...
@@ -118,7 +118,11 @@ note 'Commit page';
118 118
     $t->content_like(qr/class="file-renamed"/);
119 119
   }
120 120
   
121
-
121
+  note 'add text';
122
+  {
123
+    $t->get_ok("/$user/$project/commit/da5b854b760351adc58d24d121070e729e80534d");
124
+    $t->content_like(qr/\+aaa/);
125
+  }
122 126
   
123 127
   note 'Branch name';
124 128
   {