Skip to content

Commit

Permalink
QE: Improving how we handle Ruby dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
srbarrios committed Aug 30, 2023
1 parent fd21207 commit 713e786
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions testsuite/features/support/pretty_formatter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Licensed under the terms of the MIT license.

require 'cucumber/formatter/pretty'
require_relative 'custom_formatter'

# CustomFormatter module
module CustomFormatter
Expand Down
2 changes: 1 addition & 1 deletion testsuite/features/support/twopence_env.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

require 'require_all'
require 'twopence'
require_all 'features/support'
require_relative 'twopence_init'

# Raise a warning if any of these environment variables is missing
raise 'Server IP address or domain name variable empty' if ENV['SERVER'].nil?
Expand Down
1 change: 1 addition & 0 deletions testsuite/features/support/twopence_init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Licensed under the terms of the MIT license.

require 'twopence'
require_relative 'lavanda'

# Retrieve and set OS Family and Version of a node
def process_os_family_and_version(host, fqdn, hostname, node)
Expand Down

0 comments on commit 713e786

Please sign in to comment.