From c214d2afd05b362ffaeed5954b26f237af6a8be9 Mon Sep 17 00:00:00 2001 From: duboviy Date: Mon, 20 Feb 2017 23:55:23 +0200 Subject: [PATCH] Fix typo --- calabash-cucumber/lib/calabash-cucumber/launcher.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calabash-cucumber/lib/calabash-cucumber/launcher.rb b/calabash-cucumber/lib/calabash-cucumber/launcher.rb index 75597543b..54bbd6974 100644 --- a/calabash-cucumber/lib/calabash-cucumber/launcher.rb +++ b/calabash-cucumber/lib/calabash-cucumber/launcher.rb @@ -492,7 +492,7 @@ def calabash_no_launch? RunLoop.log_warn(%Q[ Calabash::Cucumber::Launcher #calabash_no_launch? and support for the NO_LAUNCH environment variable has been removed from Calabash. This always returns -true. Please remove this method call from your hooks. +false. Please remove this method call from your hooks. ]) false end