Skip to content

Commit

Permalink
Remove deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kairichard committed Mar 20, 2020
1 parent 7d98f20 commit ad8375f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions features/support/env.rb
@@ -1,4 +1,5 @@
require 'aruba/cucumber'
require 'aruba/platform'

require 'coveralls'
Coveralls.wear!
Expand All @@ -17,6 +18,6 @@
set_environment_variable('HOME', File.expand_path("tmp/aruba/HOME"))
@aruba_timout_seconds = 5

_mkdir ENV["HOME"]
_mkdir ENV["LACE_FOLDER"]
Aruba::Platform.mkdir ENV["HOME"]
Aruba::Platform.mkdir ENV["LACE_FOLDER"]
end

0 comments on commit ad8375f

Please sign in to comment.