Browse Source

Removed unnecessary dump

Alois Mahdal (@azzgoat) 12 years ago
parent
commit
43b864078f
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      t/Repo.t

+ 0
- 1
t/Repo.t View File

7
 require_ok( 'SugarTrail::Repo' );
7
 require_ok( 'SugarTrail::Repo' );
8
 
8
 
9
 my $repo = SugarTrail::Repo->new(root => './t/data/strepo', vcs => 'git');
9
 my $repo = SugarTrail::Repo->new(root => './t/data/strepo', vcs => 'git');
10
-&helper::dmupp(repo=>$repo);
11
 ok($repo,           "repo is true");
10
 ok($repo,           "repo is true");
12
 
11
 
13
 my $stm = $repo->load_stm(stm=>'/release/rc.stm');
12
 my $stm = $repo->load_stm(stm=>'/release/rc.stm');