Re: [rspec-users] specing a model to make sure it implements act_as_authentic

2010-12-15 Thread Neha J.
Hello Stephen, I came across same problem few days back. Its very simple. You need not spec a model to check if the model acts_as_authentic. I am using RSpec with Factory_girl. So when I create factory for my respective model, Factory does the checking for the model. Try creating a Factory for res

Re: [rspec-users] specing a model to make sure it implements act_as_authentic

2010-12-07 Thread J. B. Rainsberger
On Wed, Dec 8, 2010 at 02:46, ssmithstone wrote: Is it possible to spec that a model should acts_as_authentic which is > from the authlogic gem? > > I'm using rspec-1.3.x > Whenever I don't know how to spec something -- or whether to spec something -- I ask, "If the thing I'm worried about failed

[rspec-users] specing a model to make sure it implements act_as_authentic

2010-12-07 Thread ssmithstone
Is it possible to spec that a model should acts_as_authentic which is from the authlogic gem? I'm using rspec-1.3.x Cheers Stephen ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users