Jesse Storimer
Jesse Storimer
This sounds like a bug I fixed in Rails (https://github.com/rails/rails/pull/2133). Are you raising that exception inside of a rescue_from block?
It should also be in the next release of the 3.0.x branch, so 3.0.10.
http://jstorimer.com/2012/06/13/maintainer-needed-for-dp.html
Good one. I'll make sure that's fixed in due time :)
This will be covered in a future article on 'inline evaluation'. It's possible to use `~` for any command, not just `cd`, so it needs to replaced with `ENV['HOME']` for...
Nice idea. The next version will support a `.spin` file for other purposes already, I'm sure we can work this in too.
Makes sense to me. I like it.
I was able to hack something together to make this work with `test/unit`. I'll push it later tonight. Anyone know if RSpec supports this kind of behaviour?
@matthuhiggins that was the hack that I mentioned a while back, it does indeed work, but I haven't implemented the logic to actually pass the arguments yet. Anyone else tried?
@maprihoda patch?