Sha256: 6af6c59f907d1658d9c0524ae176bf77ea4c41dcb73d149633b7518ea9bf8d43
Contents?: true
Size: 433 Bytes
Versions: 3
Compression:
Stored size: 433 Bytes
Contents
if Calabash::Environment.variable('TEST_APP_PATH') Calabash::Logger.warn("Deprecated use of old ENV variable 'TEST_APP_PATH'") Calabash::Environment::TEST_SERVER_PATH = Calabash::Environment.variable('TEST_APP_PATH') end if Calabash::Environment.variable('APP_PATH') Calabash::Logger.warn("Deprecated use of old ENV variable 'APP_PATH'") Calabash::Environment::APP_PATH = Calabash::Environment.variable('APP_PATH') end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
calabash-2.0.0.pre11 | lib/calabash/legacy.rb |
calabash-2.0.0.pre10 | lib/calabash/legacy.rb |
calabash-2.0.0.pre9 | lib/calabash/legacy.rb |