On Jun 6, 2008, at 12:42 AM, Hans de Graaff wrote:

On Wed, 2008-06-04 at 03:37 -0500, David Chelimsky wrote:

I believe this is now fixed in http://github.com/dchelimsky/rspec/commit/2b474ac
.

If any of you can still reproduce this, please let me know.

I tracked this down on Wednesday to the same code. However, this patch
doesn't quite fix the problem for us. In the backtrace output we also
have files without the closing semi-colon, and the regexp doesn't catch those. I've fixed this locally by not requiring the last semi-colon and
fix seems to work as expected again.

I'm not sure if this is the right fix, as it may also be a bug that the
last semi-colon is missing from the backtrace list?

That could be from different versions of Ruby. I'm not sure there is any harm in removing the second ':' - does anybody else think there is?
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to