[DRE-commits] [ruby-aruba] 24/74: Either use "a" or "the"
Hideki Yamane
henrich at moszumanska.debian.org
Sat Nov 28 01:16:33 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 4c05f6d18dc36501000dd24d9e22434be3e826d4
Author: Dennis Günnewig <dg1 at ratiodata.de>
Date: Tue Nov 24 10:41:50 2015 +0100
Either use "a" or "the"
---
lib/aruba/cucumber/command.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/aruba/cucumber/command.rb b/lib/aruba/cucumber/command.rb
index 8683d79..c941b74 100644
--- a/lib/aruba/cucumber/command.rb
+++ b/lib/aruba/cucumber/command.rb
@@ -389,7 +389,7 @@ Given(/^the (?:default )?aruba stop signal is "([^"]*)"$/) do |signal|
aruba.config.stop_signal = signal
end
-Given(/^I wait (\d+) seconds? for a command to start up$/) do |seconds|
+Given(/^I wait (\d+) seconds? for (?:a|the) command to start up$/) do |seconds|
aruba.config.startup_wait_time = seconds.to_i
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