[DRE-commits] [ruby-aruba] 04/74: Better place for timeout

Hideki Yamane henrich at moszumanska.debian.org
Sat Nov 28 01:16:27 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 0b76824badf26441e707992d20c2ccd618bc78a7
Author: Dennis Günnewig <dg1 at ratiodata.de>
Date:   Mon Nov 23 12:58:55 2015 +0100

    Better place for timeout
---
 features/steps/commands/in_process.feature | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/features/steps/commands/in_process.feature b/features/steps/commands/in_process.feature
index 60072ca..916f9ab 100644
--- a/features/steps/commands/in_process.feature
+++ b/features/steps/commands/in_process.feature
@@ -461,6 +461,7 @@ Feature: Run commands in ruby process
     Feature: Run a command in process
       @in-process
       Scenario: Run command
+        Given the default aruba exit timeout is 2 seconds
         When I run `reverse.rb do_it` interactively
         When I type "hello"
         Then the output should contain:
@@ -468,6 +469,5 @@ Feature: Run commands in ruby process
         hello
         \"\"\"
     """
-    And the default aruba exit timeout is 2 seconds
     When I run `cucumber`
     Then the features should not pass

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