[rspec-users] rspec_on_rails_matchers

2008-01-16 Thread Ben Mabey
All, Sorry for spamming this list about this but I think everyone who could help me with this problem is on this list... If there is a better place to post this question let me know. Anyways, I am trying to use rspec_on_rails_matchers in my rails app to improve my view specs but I can't get th

Re: [rspec-users] rspec_on_rails_matchers

2008-01-16 Thread Josh Knowles
On 1/16/08, Ben Mabey <[EMAIL PROTECTED]> wrote: > Could someone please tell me what the painfully obvious thing that I am > doing wrong is? Or are the rspec_on_rails_matchers not working for > other people? It very well could be broken most of this plugin was written at 3 am... I'll take a look

Re: [rspec-users] rspec_on_rails_matchers

2008-01-16 Thread Rick DeNatale
On 1/16/08, Josh Knowles <[EMAIL PROTECTED]> wrote: > On 1/16/08, Ben Mabey <[EMAIL PROTECTED]> wrote: > > Could someone please tell me what the painfully obvious thing that I am > > doing wrong is? Or are the rspec_on_rails_matchers not working for > > other people? > > It very well could be brok

[rspec-users] unusual challenges speccing external software

2008-01-16 Thread Giles Bowkett
This is something I've come up against twice. First, I have an interactive editor which calls vi, emacs, or TextMate (etc.) via Unix, and then loads the file handed to the editor back into IRB after it's edited and saved. I guess that makes it a special case of a more general question, which is how