Showing 3 changed files with 7 additions and 2 deletions
+2
.gitignore
... ...
@@ -34,3 +34,5 @@ setup/build.log
34 34
 xt/user/*
35 35
 xt/import_rep/*
36 36
 xt/smart_http/*
37
+xt/basic/rep/kimoto/*
38
+!xt/basic/rep/kimoto/.gitignore
+5 -2
xt/basic.t
... ...
@@ -12,7 +12,10 @@ use Test::Mojo;
12 12
 $ENV{GITPREP_DB_FILE} = "$FindBin::Bin/basic/gitprep.db";
13 13
 
14 14
 # Test Repository home
15
-$ENV{GITPREP_REP_HOME} = "$FindBin::Bin/../../gitprep_t_rep_home";
15
+# You must clone "gitprep_t"
16
+# cd basic/rep/kimoto
17
+# git clone --bare https://github.com/yuki-kimoto/gitprep_t.git
18
+$ENV{GITPREP_REP_HOME} = "$FindBin::Bin/basic/rep";
16 19
 
17 20
 $ENV{GITPREP_NO_MYCONFIG} = 1;
18 21
 
... ...
@@ -55,7 +58,7 @@ note 'Project page';
55 58
   $t->get_ok("/$user/$project");
56 59
   
57 60
   # Description
58
-  $t->content_like(qr/gitprep test repository/);
61
+  $t->content_like(qr/Unnamed repository/);
59 62
   
60 63
   # Commit datetime
61 64
   $t->content_like(qr/\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}/);
xt/basic/rep/kimoto/.gitignore
No changes.