Module: Calabash::Cucumber::ConnectionHelpers

Included in:
Core, InstrumentsActions, PlaybackActions
Defined in:
lib/calabash-cucumber/connection_helpers.rb

Instance Method Summary collapse

Instance Method Details

#connectionObject



11
12
13
# File 'lib/calabash-cucumber/connection_helpers.rb', line 11

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

#http(*args) ⇒ Object



7
8
9
# File 'lib/calabash-cucumber/connection_helpers.rb', line 7

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