jstorimer / spin

Spin speeds up your Rails testing workflow by preloading your Rails environment.

Home Page:http://jstorimer.github.com/spin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

empty -e argument from kicker not working

jkthorne opened this issue · comments

commented

kicker sends a -e '' that spin does not like.

has anyone come up with a solution between kicker and spin?

I've dealt with the same problem. It's two fold:
kicker doesn't need to add the -e '' thing. Maybe tell the owner of kicker to stop doing this.
spin does not handle a mix of parameters and file names. It thinks that -e and the blank string are file names.

I think this is a test/unit only problem, and I would also love to see this fixed.