Skip to content

Commit bb1c53b

Browse files
committed
Fix trivial typo in command_name
1 parent f6f61a9 commit bb1c53b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/minitest_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
SimpleCov::Formatter::HTMLFormatter,
1010
Coveralls::SimpleCov::Formatter,
1111
]
12-
command_name "Spesc Tests"
12+
command_name "Spec Tests"
1313
add_filter "/test/"
1414
end
1515

0 commit comments

Comments
 (0)