From 3243deecd4d6905baee96f88d6ed748f84f3c241 Mon Sep 17 00:00:00 2001 From: ak2-lucky Date: Fri, 22 Mar 2024 11:45:03 +0900 Subject: [PATCH] fix test case name --- test/functional/command_line_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/command_line_test.rb b/test/functional/command_line_test.rb index 866a5690..c5946623 100644 --- a/test/functional/command_line_test.rb +++ b/test/functional/command_line_test.rb @@ -398,7 +398,7 @@ class EnvironmentOverwrittenWithoutValueTest < Whenever::TestCase file end - should "output the runner using the original environmnet" do + should "output the runner using the original environment" do assert_match two_hours + %( cd /silly/path && bundle exec script/runner -e silly 'blahblah'), @output end end