Sha256: fe141463d791c151333504820d449ad765234cf0d7ee77667f0d25789ccfb4b8

Contents?: true

Size: 351 Bytes

Versions: 37

Compression:

Stored size: 351 Bytes

Contents

require 'calabash-cucumber/connection'

module Calabash
  module Cucumber

    # @!visibility private
    module ConnectionHelpers

      # @!visibility private
      def http(*args)
        connection.http(*args)
      end

      # @!visibility private
      def connection
        Calabash::Cucumber::Connection.instance
      end

    end
  end
end

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
calabash-cucumber-0.16.4 lib/calabash-cucumber/connection_helpers.rb
calabash-cucumber-0.16.3 lib/calabash-cucumber/connection_helpers.rb
calabash-cucumber-0.16.2 lib/calabash-cucumber/connection_helpers.rb
calabash-cucumber-0.16.1 lib/calabash-cucumber/connection_helpers.rb
calabash-cucumber-0.15.0 lib/calabash-cucumber/connection_helpers.rb
calabash-cucumber-0.14.3 lib/calabash-cucumber/connection_helpers.rb
calabash-cucumber-0.14.2 lib/calabash-cucumber/connection_helpers.rb
calabash-cucumber-0.14.2.pre1 lib/calabash-cucumber/connection_helpers.rb
calabash-cucumber-0.14.1 lib/calabash-cucumber/connection_helpers.rb
calabash-cucumber-0.14.0 lib/calabash-cucumber/connection_helpers.rb
calabash-cucumber-0.13.0 lib/calabash-cucumber/connection_helpers.rb
calabash-cucumber-0.12.3 lib/calabash-cucumber/connection_helpers.rb
calabash-cucumber-0.12.2 lib/calabash-cucumber/connection_helpers.rb
calabash-cucumber-0.12.1 lib/calabash-cucumber/connection_helpers.rb
calabash-cucumber-0.12.0 lib/calabash-cucumber/connection_helpers.rb
calabash-cucumber-0.12.0.pre9 lib/calabash-cucumber/connection_helpers.rb
calabash-cucumber-0.12.0.pre5 lib/calabash-cucumber/connection_helpers.rb
calabash-cucumber-0.12.0.pre4 lib/calabash-cucumber/connection_helpers.rb
calabash-cucumber-0.12.0.pre2 lib/calabash-cucumber/connection_helpers.rb
calabash-cucumber-0.12.0.pre1 lib/calabash-cucumber/connection_helpers.rb