[DRE-commits] [ruby-aruba] 26/98: Change name of variable in documentation to prevent matching in output because of SIMPLE_COV_COMMAND_NAME

Hideki Yamane henrich at moszumanska.debian.org
Tue Mar 22 12:20:36 UTC 2016


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

henrich pushed a commit to branch debian/sid
in repository ruby-aruba.

commit b226276c9715499460e9bda23981d7e7a307f358
Author: Dennis Günnewig <dev at fedux.org>
Date:   Sat Jan 2 00:48:32 2016 +0100

    Change name of variable in documentation to prevent matching in output because of SIMPLE_COV_COMMAND_NAME
---
 features/configuration/command_runtime_environment.feature | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/features/configuration/command_runtime_environment.feature b/features/configuration/command_runtime_environment.feature
index fc90abd..8967d5f 100644
--- a/features/configuration/command_runtime_environment.feature
+++ b/features/configuration/command_runtime_environment.feature
@@ -4,7 +4,7 @@ Feature: Define default process environment
 
   ~~~ruby
   Aruba.configure do |config|
-    config.command_runtime_environment = { 'LONG_LONG_VARIABLE' => 'x' }
+    config.command_runtime_environment = { 'MY_VARIABLE' => 'x' }
   end
   ~~~
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-aruba.git



More information about the Pkg-ruby-extras-commits mailing list