[rspec-users] A puzzling spec failure in a shared describe

2007-09-11 Thread Mark Van De Vyver
Hi, Thanks for all the effort that has gone into making RSpec available. I'm not a professional developer and I've found the approach articulated has helped me a lot in writing my code, and understanding that of others. To cut my teeth, I'm trying to write an db adapter for the og project. I've b

Re: [rspec-users] Going beyond the default html formatter/report?

2007-09-11 Thread Scott Taylor
On Sep 11, 2007, at 4:54 PM, David Chelimsky wrote: > On 9/11/07, Geoffrey Wiseman <[EMAIL PROTECTED]> wrote: >> On 9/9/07, Priit Tamboom <[EMAIL PROTECTED]> wrote: >>> I wonder does anybody planning to go beyond the default html >> formatter/report? >>> >> >> Two things on that subject came up

Re: [rspec-users] Going beyond the default html formatter/report?

2007-09-11 Thread Geoffrey Wiseman
On 9/11/07, David Chelimsky <[EMAIL PROTECTED]> wrote: > > On 9/11/07, Geoffrey Wiseman <[EMAIL PROTECTED]> wrote: > > On 9/9/07, Priit Tamboom <[EMAIL PROTECTED]> wrote: > > > I wonder does anybody planning to go beyond the default html > > formatter/report? > > > > > > > Two things on that subjec

Re: [rspec-users] Going beyond the default html formatter/report?

2007-09-11 Thread David Chelimsky
On 9/11/07, Geoffrey Wiseman <[EMAIL PROTECTED]> wrote: > On 9/9/07, Priit Tamboom <[EMAIL PROTECTED]> wrote: > > I wonder does anybody planning to go beyond the default html > formatter/report? > > > > Two things on that subject came up today, during some RSpec work. It would > be nice if: > > Th

Re: [rspec-users] Going beyond the default html formatter/report?

2007-09-11 Thread Geoffrey Wiseman
On 9/9/07, Priit Tamboom <[EMAIL PROTECTED]> wrote: > > I wonder does anybody planning to go beyond the default html > formatter/report? > Two things on that subject came up today, during some RSpec work. It would be nice if: 1. The report contained pending messages, when specified, e.g.: >

Re: [rspec-users] changes to TextMate bundle

2007-09-11 Thread David Chelimsky
If this was a brand new bundle you wouldn't have to, but since it's changed, and the means of identifying it has changed, you have to do it once. After that, TextMate should do the right thing. On 9/11/07, Fischer, Daniel <[EMAIL PROTECTED]> wrote: > Okay, I've never "selected" a bundle before. Sh

Re: [rspec-users] changes to TextMate bundle

2007-09-11 Thread Fischer, Daniel
Okay, I've never "selected" a bundle before. Shouldn't the bundle automatically parse the document to see if it matches that bundle? for e.ghaving "spec" in the file name? What extra steps am I missing? On 9/11/07, David Chelimsky <[EMAIL PROTECTED]> wrote: > > On 9/11/07, Fischer, Daniel <[EMAIL

Re: [rspec-users] changes to TextMate bundle

2007-09-11 Thread David Chelimsky
On 9/11/07, Fischer, Daniel <[EMAIL PROTECTED]> wrote: > So is it just me, or is the new rspec bundle not working as intended when > using the "run" shortcuts? > > shift + cmd + r doesn't work. (brings up ruby execution) > cmd + r doesn't work. (brings up ruby execution) > and option + cmd + r brin

Re: [rspec-users] changes to TextMate bundle

2007-09-11 Thread Fischer, Daniel
So is it just me, or is the new rspec bundle not working as intended when using the "run" shortcuts? shift + cmd + r doesn't work. (brings up ruby execution) cmd + r doesn't work. (brings up ruby execution) and option + cmd + r brings up a filter dialog They do work if I select it manually throug

Re: [rspec-users] Caveman Questions

2007-09-11 Thread Geoffrey Wiseman
On 9/5/07, David Chelimsky <[EMAIL PROTECTED]> wrote: > > irb(main):001:0> require 'rubygems' > => true > irb(main):002:0> require 'spec' > => true > irb(main):003:0> include Spec::Matchers > => Object > irb(main):004:0> 5.should == 5 > => nil > irb(main):005:0> 5.should be < 4 > Spec::Expectations

Re: [rspec-users] Reason for _spec.rb convention

2007-09-11 Thread Robert Evans
Just to throw one more opinion into the pot, you can mimic how rails handles views and do: account.spec.rb Just a thought. Robert On 9/5/07, M. Edward (Ed) Borasky <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Ashley Moran wrote: > > On 4 Sep 2007, at 23:36, D

Re: [rspec-users] changes to TextMate bundle

2007-09-11 Thread Jeremy Stell-Smith
there's a patch that i submitted to the textmate bundle to run the last example, the only thing I can't figure out is what the keyboard binding should be under the old scheme, I liked cmd+shift+i, but w/ the new... ctrl+shift+r? I use it more than cmd+r or cmd+shift+r these days. On 9/10/07, Da

Re: [rspec-users] Going beyond the default html formatter/report?

2007-09-11 Thread Priit Tamboom
> > This sounds like a fantastic idea. Why don't you give it a shot? Thanks for feedback, I'll take more active role and perhaps able to produce some useful stuff as well :-) > > Yeah - I'm already handing the HTML report off to my boss. He was > amazed at it! > > I agree - this sort of thing w