Skip to content

Handle Aruba's deprecation warnings

gitlab-qa-bot requested to merge handle-aruba-deprecation-warnings into master

Created by: yujinakayama

The use of "in_current_dir" is deprecated. Use "#cd('.') { }" instead.
The use of "clean_current_dir" is deprecated. Either use "#setup_aruba" or `#remove('.') to clean up aruba's working directory before your tests are run.
The use of "#remove_file" is deprecated. Use "#remove" instead.

Merge request reports