Skip to content

Commit 485e6e6

Browse files
authored
Merge pull request #851 from ak2-lucky/feature/fix-test-case-name
Fix typo In test
2 parents 34d0eea + 3243dee commit 485e6e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/functional/command_line_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ class EnvironmentOverwrittenWithoutValueTest < Whenever::TestCase
398398
file
399399
end
400400

401-
should "output the runner using the original environmnet" do
401+
should "output the runner using the original environment" do
402402
assert_match two_hours + %( cd /silly/path && bundle exec script/runner -e silly 'blahblah'), @output
403403
end
404404
end

0 commit comments

Comments
 (0)