"mspec ci" throws an exception

Hi,

should I open a bug on codeplex for that ? Is anyone else meeting the
same issue ? (details below)

C:\Git\ironruby\Merlin\Main\Languages\Ruby>mspec ci
IronRuby 0.3 0.3.0.0 on .NET 2.0.0.0
script.rb:172:in files': undefined methodinject’ for nil:NilClass
(NoMethodError)
from mspec-ci.rb:11:in options' from script.rb:189:inmain’
from mspec-ci:0

I had a closer look and saw that the files methods in script.rb is
passed a nil files argument. This is caused by

C:\git\ironruby\Merlin\External.LCA_RESTRICTED\Languages\IronRuby\mspec\mspec\lib\mspec\commands\mspec-ci.rb

line 54: patterns = config[:ci_files] if patterns.empty?

config[:ci_files] is nil.

I searched for ci_files on all the files but can’t find anything that
would set this key in the hash (except for tests).

– Thibaut