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 method `inject' for nil:NilClass (NoMethodError) from mspec-ci.rb:11:in `options' from script.rb:189:in `main' 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 _______________________________________________ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core