We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d65a2 commit 89c1e6fCopy full SHA for 89c1e6f
acceptance/setup/common/pre-suite/010_install_ruby.rb
@@ -25,7 +25,7 @@
25
# Add the msys bins to PATH
26
bolt.add_env_var('PATH', "/cygdrive/c/tools/msys64:PATH")
27
when /debian|ubuntu/
28
- # TODO: allow for tests to work or ruby3 on ubuntu
+ # TODO: allow for tests to work or ruby3 on ubuntu
29
# install system ruby packages
30
install_package(bolt, 'ruby')
31
install_package(bolt, 'ruby-dev')
@@ -48,7 +48,7 @@
48
install_package(bolt, 'rubygem-bigdecimal')
49
install_package(bolt, 'rubygem-io-console')
50
when /osx/
51
- # TODO: allow for tests to work on ruby3 on macOS
+ # TODO: allow for tests to work on ruby3 on macOS
52
else
53
fail_test("#{bolt['platform']} not currently a supported bolt controller")
54
end
0 commit comments