wbailey / command_line_reporter

A gem for making it easy to produce a report while a ruby script is executing
Apache License 2.0
432 stars 23 forks source link

`utf8_separator': wrong number of arguments (0 for 1) (ArgumentError) #8

Closed tuxjobs closed 10 years ago

tuxjobs commented 10 years ago

Seems to have a problem in table at least with ruby-2.1.0

command_line_reporter-3.3.0/lib/command_line_reporter/table.rb:76:in `utf8_separator': wrong number of arguments (0 for 1) (ArgumentError)

Tested with https://github.com/wbailey/command_line_reporter/wiki/Capturing-Output

wbailey commented 10 years ago

Yikes! Looks like i am missing test. Will fix unless you figured it out and can submit a PR

tuxjobs commented 10 years ago

all yours ;)

mhfs commented 10 years ago

same thing here.

wbailey commented 10 years ago

Fixed along with some other bugs