diff --git a/acceptance/setup/common/pre-suite/010_install_ruby.rb b/acceptance/setup/common/pre-suite/010_install_ruby.rb index 68d0541b8..7002df0aa 100644 --- a/acceptance/setup/common/pre-suite/010_install_ruby.rb +++ b/acceptance/setup/common/pre-suite/010_install_ruby.rb @@ -48,7 +48,7 @@ install_package(bolt, 'rubygem-bigdecimal') install_package(bolt, 'rubygem-io-console') when /osx/ - # TODO: allow for tests to work or ruby3 on macOS + # TODO: allow for tests to work on ruby3 on macOS else fail_test("#{bolt['platform']} not currently a supported bolt controller") end