aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_cmd_testbot.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/test_cmd_testbot.rb')
-rw-r--r--Library/Homebrew/test/test_cmd_testbot.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/test/test_cmd_testbot.rb b/Library/Homebrew/test/test_cmd_testbot.rb
index a696b9e95..d762448d1 100644
--- a/Library/Homebrew/test/test_cmd_testbot.rb
+++ b/Library/Homebrew/test/test_cmd_testbot.rb
@@ -52,8 +52,8 @@ class TestbotStepTests < Homebrew::TestCase
def stub_test_instance
stub(
- :category => "stub",
- :log_root => Pathname.pwd
+ category: "stub",
+ log_root: Pathname.pwd
)
end