[Ironruby-core] "mspec ci" throws an exception
Jim Deville
jdeville at microsoft.com
Thu Apr 16 11:30:07 EDT 2009
Please file a bug against me. I need to add a ci_files set in the config.
JD
-----Original Message-----
From: Thibaut Barrère <thibaut.barrere at gmail.com>
Sent: April 16, 2009 1:27 AM
To: ironruby-core <ironruby-core at rubyforge.org>
Subject: [Ironruby-core] "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 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 at rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core
More information about the Ironruby-core
mailing list