Re: [rspec-users] factory girl rspec and authlogic

2009-10-03 Thread Stephen Eley
On Sat, Oct 3, 2009 at 8:41 PM, Don French wrote: > I am trying some simple test using the above items. Using the > Factory.create(...) gives Active Record errors and not the failure of > the test. Change it to u = Factory.build(...) then u.save, I do not > get the Active record error but the prop

Re: [rspec-users] Is there a good (non-judgemental) comparison of Rspec mocking vs Mocha?

2009-10-03 Thread Stephen Eley
On Sat, Oct 3, 2009 at 8:09 PM, Rick DeNatale wrote: > > I was thinking that there must be a comparison/conversion chart > somewhere, like the Test:Unit => RSpec translation guide in the RSpec > docs, but my usually awesome google skills seem to be failing me on > this. Major differences off the

[rspec-users] factory girl rspec and authlogic

2009-10-03 Thread Don French
I am trying some simple test using the above items. Using the Factory.create(...) gives Active Record errors and not the failure of the test. Change it to u = Factory.build(...) then u.save, I do not get the Active record error but the proper test failure message. it 'requires email' do lamb

[rspec-users] Is there a good (non-judgemental) comparison of Rspec mocking vs Mocha?

2009-10-03 Thread Rick DeNatale
I've just picked up a project which has been using test/spec and mocha. We're in the process of switching over to rspec for the testing framework, and will probably just continue to use mocha for the mocks, although I'm certainly more fluent in Rspec. I was thinking that there must be a compariso

Re: [rspec-users] feedback on 1.2.9.rc1

2009-10-03 Thread Ashley Moran
On 29 Sep 2009, at 04:36, David Chelimsky wrote: I ran into some problems using rubygems to uninstall prerelease gems but I don't remember when that got fixed. If you're feeling bold, I'd say go for it, and then if you run into trouble you can always manually remove them from your system gems d