tful_authentication
> > > plugin:
> > > http://pastie.caboo.se/103625
I have speced AuthenticatedSystem in my own auth plugin:
http://acts-as-authentable.googlecode.com
Could act as a staring point for your endeavors.
--
Cheers,
Eivind Uggedal
Engineer,
Facul
ate info for files matching a
pattern (comma-separated regexp list)
--exclude-only PATTERNS Skip info only for files matching the
given patterns.
Here's an example of such a rake task from my latest project:
http://pastie.caboo.se/100531
--
Cheers
On 9/15/07, David James <[EMAIL PROTECTED]> wrote:
> (c) Would you recommend any particular plugins to study along these lines?
I recently (a few minutes ago) released a plugin using RSpec to test it's code:
http://acts-as-authentable.googlecode.com/
--
Cheers,
Eivind Uggedal
Eng
> So I guess I just talked myself into .spec :)
Please don't make such changes for rspec as a whole. I'm not
particularly found of enabling yet another file type to use VIM's ruby
ftplugin.
--
Cheers,
Eivind Uggedal
Engineer,
Faculty of Social Science,
MSc Computer Science,
I asked exactly this question on this list 2 days ago...
See http://pastie.caboo.se/85887 for a working example. One has to
mock out ActiveRecord::Errors::full_messages for it to work under
Rails.
Cheers,
Eivind Uggedal
On 8/9/07, David Chelimsky <[EMAIL PROTECTED]> wrote:
> On 8/8/07
Thanks, that worked great after I had mocked out the
ActiveRecord::Errors::full_messages:
http://pastie.caboo.se/85887
Cheers,
Eivind Uggedal
On 8/8/07, David Chelimsky <[EMAIL PROTECTED]> wrote:
> On 8/8/07, Eivind Uggedal <[EMAIL PROTECTED]> wrote:
> > Here you go: h
Here you go: http://pastie.caboo.se/85876
Eivind
On 8/8/07, David Chelimsky <[EMAIL PROTECTED]> wrote:
> On 8/7/07, Eivind Uggedal <[EMAIL PROTECTED]> wrote:
> > I'm trying to mock a object to raise a certain error. By doing so I
> > get a ArgumentErro
I'm trying to mock a object to raise a certain error. By doing so I
get a ArgumentError on ActiveRecord's save! method:
http://pastie.caboo.se/85628
I've tried to debug it but just can't seem to find what I'm doing
wrong. Any help is greatly appreciated