Re: [rspec-users] Caveman Questions - how to use mock_model in script/console?

2007-10-05 Thread David Chelimsky
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:

Re: [rspec-users] Caveman Questions - how to use mock_model in script/console?

2007-10-05 Thread David Chelimsky
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

Re: [rspec-users] Caveman Questions - how to use mock_model in script/console?

2007-10-05 Thread David Chelimsky
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

Re: [rspec-users] Caveman Questions - how to use mock_model in script/console?

2007-10-05 Thread Scott Taylor
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>

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] Caveman Questions

2007-09-05 Thread David Chelimsky
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

[rspec-users] Caveman Questions

2007-09-05 Thread sudara
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