Class: Pretest::Mobile::Environment

Inherits:
Thor::Group
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/pretest/mobile/environment.rb

Instance Method Summary collapse

Instance Method Details

#set_mobile_environmentObject



15
16
17
18
19
20
# File 'lib/pretest/mobile/environment.rb', line 15

def set_mobile_environment
  if linux? || mac?
    mobile_env
  elsif windows?
  end
end