seattlerb / zentest

144 stars 72 forks source link

When `--backtrace` is on and `Time.parse` is used to dynamically generate the name of an example, `autotest` is unable to re-run the failing specs because the first argument to `rspec` is malformed. #60

Closed armandofox closed 10 years ago

armandofox commented 10 years ago

This is the weirdest rspec/autotest bug I have seen. I'm not sure if the bug is in autotest or in part of rspec; it's beyond my RSpec-fu to narrow it down that far. I had opened this as an issue on rspec-dev, but @JonRowe looked into it and believes it's an autotest issue.

A minimal and heavily documented test case to reproduce it is at http://github.com/armandofox/rspec-backtrace

In a nutshell:

zenspider commented 10 years ago

As specified on https://github.com/rspec/rspec-dev/issues/74, I'm pretty sure this is an rspec bug.

zenspider commented 10 years ago

If you agree with the outcome, please close.