From f6c6426a05673077cde1d0134625832acfe03590 Mon Sep 17 00:00:00 2001 From: Matt Brictson Date: Sun, 28 Apr 2024 18:18:25 -0700 Subject: [PATCH] Adopt Ruby 3.1+ implicit hash syntax --- test/tomo/plugin/nvm/tasks_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tomo/plugin/nvm/tasks_test.rb b/test/tomo/plugin/nvm/tasks_test.rb index 54d7728..e5131c5 100644 --- a/test/tomo/plugin/nvm/tasks_test.rb +++ b/test/tomo/plugin/nvm/tasks_test.rb @@ -76,6 +76,6 @@ def test_install_raises_if_nvm_node_version_is_not_specified private def configure(settings={}) - Tomo::Testing::MockPluginTester.new("nvm", settings: settings) + Tomo::Testing::MockPluginTester.new("nvm", settings:) end end