[DRE-commits] [ruby-aruba] 23/74: Fixed configuration feature

Hideki Yamane henrich at moszumanska.debian.org
Sat Nov 28 01:16:32 UTC 2015


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 8b2b84137823085dd4c2a9a32f22b6014b689c0e
Author: Dennis Günnewig <dg1 at ratiodata.de>
Date:   Tue Nov 24 10:38:08 2015 +0100

    Fixed configuration feature
---
 features/configuration/startup_wait_time.feature | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/features/configuration/startup_wait_time.feature b/features/configuration/startup_wait_time.feature
index be57a10..fd13e9c 100644
--- a/features/configuration/startup_wait_time.feature
+++ b/features/configuration/startup_wait_time.feature
@@ -38,11 +38,11 @@ Feature: Set time to wait after spawning command
     end
 
     Aruba.configure do |config|
-      puts %(The default value is "#{config.startup_wait_time}")
+      puts %(The new value is "#{config.startup_wait_time}")
     end
     """
     Then I successfully run `cucumber`
     Then the output should contain:
     """
-    The default value is "0"
+    The new value is "2"
     """

-- 
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