Sha256: 66148b3a5b1d623485c747fccf0e13a2081363ee1f7b27cb085b68793b88a012

Contents?: true

Size: 265 Bytes

Versions: 19

Compression:

Stored size: 265 Bytes

Contents

require 'calabash-cucumber/connection'

module Calabash
  module Cucumber
    module ConnectionHelpers

      def http(*args)
        connection.http(*args)
      end

      def connection
        Calabash::Cucumber::Connection.instance
      end

    end
  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
calabash-cucumber-0.10.0.pre1 lib/calabash-cucumber/connection_helpers.rb
calabash-cucumber-0.9.169 lib/calabash-cucumber/connection_helpers.rb
calabash-cucumber-0.9.169.pre6 lib/calabash-cucumber/connection_helpers.rb
calabash-cucumber-0.9.169.pre5 lib/calabash-cucumber/connection_helpers.rb
calabash-cucumber-0.9.169.pre2 lib/calabash-cucumber/connection_helpers.rb
calabash-cucumber-0.9.168 lib/calabash-cucumber/connection_helpers.rb
calabash-cucumber-0.9.168.pre6 lib/calabash-cucumber/connection_helpers.rb
calabash-cucumber-0.9.168.pre5 lib/calabash-cucumber/connection_helpers.rb
calabash-cucumber-0.9.168.pre4 lib/calabash-cucumber/connection_helpers.rb
calabash-cucumber-0.9.167 lib/calabash-cucumber/connection_helpers.rb
calabash-cucumber-0.9.166 lib/calabash-cucumber/connection_helpers.rb
calabash-cucumber-0.9.165 lib/calabash-cucumber/connection_helpers.rb
calabash-cucumber-0.9.164 lib/calabash-cucumber/connection_helpers.rb
calabash-cucumber-0.9.163 lib/calabash-cucumber/connection_helpers.rb
calabash-cucumber-0.9.163.pre11 lib/calabash-cucumber/connection_helpers.rb
calabash-cucumber-0.9.163.pre10 lib/calabash-cucumber/connection_helpers.rb
calabash-cucumber-0.9.163.pre9 lib/calabash-cucumber/connection_helpers.rb
calabash-cucumber-0.9.163.pre8 lib/calabash-cucumber/connection_helpers.rb
calabash-cucumber-0.9.163.pre7 lib/calabash-cucumber/connection_helpers.rb