On 10/5/07, David Chelimsky <[EMAIL PROTECTED]> wrote:
> On 10/5/07, David Chelimsky <[EMAIL PROTECTED]> wrote:
> > On 10/5/07, Scott Taylor <[EMAIL PROTECTED]> wrote:
> > >
> > >
> > > On Sep 11, 2007, at 2:37 PM, Geoffrey Wiseman wrote:
> > > On 9/5/07, David Chelimsky <[EMAIL PROTECTED]> wrote:
On 10/5/07, David Chelimsky <[EMAIL PROTECTED]> wrote:
> On 10/5/07, Scott Taylor <[EMAIL PROTECTED]> wrote:
> >
> >
> > On Sep 11, 2007, at 2:37 PM, Geoffrey Wiseman wrote:
> > On 9/5/07, David Chelimsky <[EMAIL PROTECTED]> wrote:
> > > irb(main):001:0> require 'rubygems'
> > > => true
> > > irb(m
On 10/5/07, Scott Taylor <[EMAIL PROTECTED]> wrote:
>
>
> On Sep 11, 2007, at 2:37 PM, Geoffrey Wiseman wrote:
> 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 Spe
On Sep 11, 2007, at 2:37 PM, Geoffrey Wiseman wrote:
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>
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
On 9/5/07, sudara <[EMAIL PROTECTED]> wrote:
>
> Hello!
>
> I'm just a caveman with some caveman questions.
>
> I've been parsing Rspec for quite a while, and I'm writing my first series
> of specs. My initial impressions are "Verbose, but understandable. Helpful
> and intuitive, but so much to dig
Hello!
I'm just a caveman with some caveman questions.
I've been parsing Rspec for quite a while, and I'm writing my first series
of specs. My initial impressions are "Verbose, but understandable. Helpful
and intuitive, but so much to digest." I want to congratulate the folks who
are dedicating