Module: Calabash::Launcher

Defined in:
lib/skeleton/features/ios/support/01_launch.rb

Constant Summary collapse

@@launcher =
nil

Class Method Summary collapse

Class Method Details

.launcherObject



19
20
21
# File 'lib/skeleton/features/ios/support/01_launch.rb', line 19

def self.launcher
  @@launcher ||= Calabash::Cucumber::Launcher.new
end

.launcher=(launcher) ⇒ Object



23
24
25
# File 'lib/skeleton/features/ios/support/01_launch.rb', line 23

def self.launcher=(launcher)
  @@launcher = launcher
end