The name command is used to name an individual test. It is displayed when the list command is used.
require "cw"
cw do
name 'four simple words at 18 wpm'
wpm 18
word_count 4
list
end
The name command is used to name an individual test. It is displayed when the list command is used.
require "cw"
cw do
name 'four simple words at 18 wpm'
wpm 18
word_count 4
list
end