Re: [rspec-users] rspec-orm and _not_ mocking models

2010-07-25 Thread Ashley Moran
On 21 Jul 2010, at 10:28 PM, Costa Shapiro wrote: (Surprisingly?) I find mocking AR (DM less so) in specs extremely tedious _and_ intrusive. Yeah, I know what you mean, I just don't do it any more. I find the pain isn't worth it on the stuff I do. I think the README there pretty much

Re: [rspec-users] Controller stub and helper spec with lastest beta

2010-07-25 Thread chatgris
Thank you for those advices David. It wasn't related to bundler. I did a big clean up in spec_helper.rb and in my gem list. I still had rspec.rake in lib/tasks/ . Now, everything works as expected via autotest or rake:spec. Thanks. Julien On 24 juil, 17:24, David Chelimsky

[rspec-users] what is the value of the distinction between exceptions and failures?

2010-07-25 Thread David Chelimsky
There is a feature request to make a distinction between exceptions and logical failures in RSpec's output. If this topic interests you, please take a look at http://github.com/rspec/rspec-core/issues/#issue/93 and add your thoughts to the conversation there. Thx, David

Re: [rspec-users] How it would be tested?

2010-07-25 Thread Elliot Winkler
On 21 July 2010 22:41, tests learner tests.lear...@gmail.com wrote: But How i would write if i don't know nothing about the code ? Well, you do know something about the code. You don't know what the code is exactly, but you should have a overall grasp of the different aspects of the feature