Re: [rspec-users] testing Rake tasks with FakeFS

2009-11-01 Thread Ben Mabey
Jake Benilov wrote: Hello Ben, Hi Jake, I hope you don't mind but I am copying this response to the rspec-users list in case any one else is able to shed more light on it. I have a bit of a newbie question regarding fakefs; I want to test Rake tasks using fakefs and rspec: ~~

Re: [rspec-users] Can't run specs after upgrading gems... get 0 tests, 0 assertions...

2009-11-01 Thread Brian Takita
Actually, I think this is more of a bug with test/unit. If you are going to override inherited, be a good citizen and call super. :-) Same with method_missing or any other "core" method you override. Anyways, I do have a fix. It's to monkey-patch test/unit. How do I also submit the patch to tes

Re: [rspec-users] [BDD] View specs and cucumber -- duplication of effort?

2009-11-01 Thread J. B. Rainsberger
On Wed, Oct 28, 2009 at 20:46, nruth wrote: > I'm going to put the cat amongst the pigeons here in the hope of some > clarity falling out of the sky on me. > My question is this: In a world with Cucumber what is the value of > view specs? http://blog.thecodewhisperer.com/post/207813060/two-kinds