lib/calabash-cucumber/wait_helpers.rb in calabash-cucumber-0.18.2 vs lib/calabash-cucumber/wait_helpers.rb in calabash-cucumber-0.19.0.pre1

- old
+ new

@@ -1,15 +1,13 @@ require 'calabash-cucumber/core' require 'calabash-cucumber/tests_helpers' require 'fileutils' -require 'calabash-cucumber/utils/logging' module Calabash module Cucumber # A collection of methods that help you wait for things. module WaitHelpers - include Calabash::Cucumber::Logging include Calabash::Cucumber::Core include Calabash::Cucumber::TestsHelpers # @!visibility private CLIENT_TIMEOUT_ADDITION = 5