Skip to content

Commit

Permalink
テスト修正
Browse files Browse the repository at this point in the history
  • Loading branch information
hisaichi5518 committed Sep 8, 2012
1 parent 81e92dc commit e28b791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/01_core/09_setup.t
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ subtest 'build_template_files' => sub {
);

my $files = $module->build_template_files;
ok $files->{'TestApp/README.md'};
ok $files->{'TestApp/app.psgi'};
#use Data::Dumper;warn Dumper [keys $files];
};

Expand Down Expand Up @@ -64,7 +64,7 @@ subtest 'init->run' => sub {
};

subtest '_data_section_single' => sub {
my $base_dir = 't/template/test';
my $base_dir = 't/01_core/template/test';
my $file = file($base_dir, 'MyApp.pm');
my $content = Malts::Setup::Command::new_template->_data_section_single($file, $base_dir);
#use Data::Dumper;warn Dumper $content;
Expand Down

0 comments on commit e28b791

Please sign in to comment.