Skip to content

Commit

Permalink
[1777] Fix Aruba depreaction warnings
Browse files Browse the repository at this point in the history
Require the correct libraries

Resolves #1777

Signed-off-by: Dan Webb <dan.webb@damacus.io>
  • Loading branch information
damacus committed Jun 29, 2021
1 parent fd5d153 commit 8468a99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/support/env.rb
@@ -1,7 +1,7 @@
# Set up the environment for testing
require "aruba/cucumber"
require "aruba/in_process"
require "aruba/spawn_process"
require "aruba/processes/in_process"
require "aruba/processes/spawn_process"
require "kitchen"
require "kitchen/cli"

Expand Down

0 comments on commit 8468a99

Please sign in to comment.