Re: [rspec-users] newbie cucumber tutorial

2008-12-22 Thread Caius Durling
On 22 Dec 2008, at 22:57, Sarah Allen wrote: Oddly, I didn't see any content to the post by Caius Durling via ruby-forum ( http://www.ruby-forum.com/topic/174015?reply_to=762550#762530 ) How weird, wonder if its because I signed the email with my GPG key. Have sent this one unsign

Re: [rspec-users] newbie cucumber tutorial

2008-12-22 Thread Caius Durling
the bang methods everywhere, but make sure to catch ActiveRecord::RecordInvalid and ActiveRecord::RecordNotFound either in rescue_from handlers or within the controller actions themselves. If you use rescue_from you need to turn on rails_error_handling in rspec's config though. C ---

Re: [rspec-users] Rails project as a template for other projects (off topic)

2008-12-04 Thread Caius Durling
n added so you can login with email (optional) and the remember_me stuff works. I'm using GIT for SCM Anyhow any ideas ? Create a github account and bang it on there. C --- Caius Durling [EMAIL PROTECTED] +44 (0) 7960 268 100 http://caius.name/ PGP.sig Description: This is a d

Re: [rspec-users] Variance in behaviour: rake features vs. autotest

2008-11-28 Thread Caius Durling
On 28 Nov 2008, at 21:48, James Byrne wrote: Ben Mabey wrote: How is this? http://github.com/aslakhellesoy/cucumber/wikis/cucumber-backgrounder Love the homage in the title. C --- Caius Durling [EMAIL PROTECTED] +44 (0) 7960 268 100 http://caius.name/ PGP.sig Description: This is a

Re: [rspec-users] LinkedIn Group

2008-11-20 Thread Caius Durling
;gid=1300277 Only has one member yet though! I've joined. Just waiting for the administrator to let me in :-p Me four! I join a bunch of ruby/rails groups recently (yes I was bored!) but never thought to search for rspec. C --- Caius Durling [EMAIL PROTECTED] +44 (0) 7960 268 100 http://c

Re: [rspec-users] A smarter autospec?

2008-11-09 Thread Caius Durling
On 9 Nov 2008, at 19:07, Ashley Moran wrote: * Probably half the emails I write to rspec-users I delete without sending, because by the time I've explained the problem in enough detail, I realise I've answered my own question Technical term is "Teddy Bear Programming&q

Re: [rspec-users] Merb

2008-10-19 Thread Caius Durling
king about posting to see if anyone else was. You attempted to throw cucumber into the mix yet? C --- Caius Durling [EMAIL PROTECTED] +44 (0) 7960 268 100 http://caius.name/ ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.o

Re: [rspec-users] how to play with rSpec using irb

2008-10-14 Thread Caius Durling
us:~ caius$ irb >> require "spec" => true >> include Spec::Matchers => Object >> %w(1 2 3).should have(3).items => true C --- Caius Durling [EMAIL PROTECTED] +44 (0) 7960 268 100 http://caius.name/ ___ rspec-users mail