[libtest-bdd-cucumber-perl] 40/52: wip cleanup: use proper dist name for shared directory

Intrigeri intrigeri at moszumanska.debian.org
Thu Jun 19 10:18:36 UTC 2014


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to annotated tag 0.19
in repository libtest-bdd-cucumber-perl.

commit 470023ef80d37e348bde59114115d80f0383886e
Author: glauschwuffel <glauschwuffel at nomaden.org>
Date:   Sat May 31 13:58:16 2014 +0200

    wip cleanup: use proper dist name for shared directory
---
 t/210_background_sections.t              | 2 +-
 t/220_tag_parsing.t                      | 2 +-
 t/240-localized-features.t               | 2 +-
 t/250-i18n-json.t                        | 2 +-
 t/310_auto_corpus.t                      | 2 +-
 t/700_tag_processing.t                   | 2 +-
 t/800_regressions_010_too_few_features.t | 2 +-
 t/900_run_cucumber_tests.t               | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/t/210_background_sections.t b/t/210_background_sections.t
index a0c4d4a..78747c4 100644
--- a/t/210_background_sections.t
+++ b/t/210_background_sections.t
@@ -7,7 +7,7 @@ use Test::More;
 
 use Test::File::ShareDir
   -share => {
-    -dist   => { 'My-Dist'    => 'share' }
+    -dist   => { 'Test-BDD-Cucumber'    => 'share' }
   };
 
 use Test::BDD::Cucumber::Parser;
diff --git a/t/220_tag_parsing.t b/t/220_tag_parsing.t
index 38498f7..8266868 100644
--- a/t/220_tag_parsing.t
+++ b/t/220_tag_parsing.t
@@ -6,7 +6,7 @@ use warnings;
 use Test::More;
 use Test::File::ShareDir
   -share => {
-    -dist   => { 'My-Dist'    => 'share' }
+    -dist   => { 'Test-BDD-Cucumber'    => 'share' }
   };
 use Test::BDD::Cucumber::Parser;
 
diff --git a/t/240-localized-features.t b/t/240-localized-features.t
index 46d3bd1..02b50c7 100644
--- a/t/240-localized-features.t
+++ b/t/240-localized-features.t
@@ -7,7 +7,7 @@ use Test::More;
 
 use Test::File::ShareDir
   -share => {
-    -dist   => { 'My-Dist'    => 'share' }
+    -dist   => { 'Test-BDD-Cucumber'    => 'share' }
   };
 
 use Test::BDD::Cucumber::Parser;
diff --git a/t/250-i18n-json.t b/t/250-i18n-json.t
index d3bc7e8..80e792e 100644
--- a/t/250-i18n-json.t
+++ b/t/250-i18n-json.t
@@ -7,7 +7,7 @@ use Test::More;
 
 use Test::File::ShareDir
   -share => {
-    -dist   => { 'My-Dist'    => 'share' }
+    -dist   => { 'Test-BDD-Cucumber'    => 'share' }
   };
 # include it *after* Test::File::ShareDir since we need the share dir
 use Test::BDD::Cucumber::I18n qw(languages);
diff --git a/t/310_auto_corpus.t b/t/310_auto_corpus.t
index 2281d25..df3fd93 100755
--- a/t/310_auto_corpus.t
+++ b/t/310_auto_corpus.t
@@ -9,7 +9,7 @@ use Test::Differences;
 use Test::DumpFeature;
 use Test::File::ShareDir
   -share => {
-    -dist   => { 'My-Dist'    => 'share' }
+    -dist   => { 'Test-BDD-Cucumber'    => 'share' }
   };
 use Test::BDD::Cucumber::Parser;
 use YAML::Syck;
diff --git a/t/700_tag_processing.t b/t/700_tag_processing.t
index d640fbf..46e8261 100644
--- a/t/700_tag_processing.t
+++ b/t/700_tag_processing.t
@@ -7,7 +7,7 @@ use Test::More;
 use FindBin::libs;
 use Test::File::ShareDir
   -share => {
-    -dist   => { 'My-Dist'    => 'share' }
+    -dist   => { 'Test-BDD-Cucumber'    => 'share' }
   };
 use App::pherkin;
 use Data::Dumper;
diff --git a/t/800_regressions_010_too_few_features.t b/t/800_regressions_010_too_few_features.t
index 94315b4..ea29db1 100644
--- a/t/800_regressions_010_too_few_features.t
+++ b/t/800_regressions_010_too_few_features.t
@@ -7,7 +7,7 @@ use Test::More;
 
 use Test::File::ShareDir
   -share => {
-    -dist   => { 'My-Dist'    => 'share' }
+    -dist   => { 'Test-BDD-Cucumber'    => 'share' }
   };
 
 use Test::BDD::Cucumber::Parser;
diff --git a/t/900_run_cucumber_tests.t b/t/900_run_cucumber_tests.t
index 5f3bb6f..7e5e7f3 100644
--- a/t/900_run_cucumber_tests.t
+++ b/t/900_run_cucumber_tests.t
@@ -8,7 +8,7 @@ use Test::More;
 
 use Test::File::ShareDir
   -share => {
-    -dist   => { 'My-Dist'    => 'share' }
+    -dist   => { 'Test-BDD-Cucumber'    => 'share' }
   };
 
 use Test::BDD::Cucumber::Loader;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-bdd-cucumber-perl.git



More information about the Pkg-perl-cvs-commits mailing list