Re: [rspec-users] rspec vs. test::more

2008-03-04 Thread Pat Maddox
On 3/4/08, Corey Haines <[EMAIL PROTECTED]> wrote: > I like this line: > > "That sounds like something I should pay you a lot of money for! Sign me > up!" > > David, I didn't realize that I was racking up a huge monetary debt to you. > > -Corey You'll pay up if you value your kneecaps. Pat __

Re: [rspec-users] What is your workflow? Or how to use the story runner the right way.

2008-03-04 Thread Pat Maddox
On Tue, Mar 4, 2008 at 9:11 AM, Pat Maddox <[EMAIL PROTECTED]> wrote: > On Tue, Mar 4, 2008 at 8:46 AM, David Chelimsky <[EMAIL PROTECTED]> wrote: > > > > On Tue, Mar 4, 2008 at 10:43 AM, Pat Maddox <[EMAIL PROTECTED]> wrote: > > > On Tue, Mar 4, 2008 at 6:13 AM, David Chelimsky <[EMAIL PROTECT

Re: [rspec-users] rspec vs. test::more

2008-03-04 Thread Corey Haines
I like this line: "That sounds like something I should pay you a lot of money for! Sign me up!" David, I didn't realize that I was racking up a huge monetary debt to you. -Corey On Tue, Mar 4, 2008 at 3:22 PM, Korny Sietsma <[EMAIL PROTECTED]> wrote: > Wow - both funny and a little tragic. >

Re: [rspec-users] rspec vs. test::more

2008-03-04 Thread Korny Sietsma
Wow - both funny and a little tragic. He really doesn't understand what "readable" means, does he? "you keep using that word - I do not think it means what you think it means" - Korny On Wed, Mar 5, 2008 at 3:51 AM, Matthias Hennemeyer < [EMAIL PROTECTED]> wrote: > Hey all, > you HAVE to read t

Re: [rspec-users] textmate bundle

2008-03-04 Thread Corey Haines
Thanks, David. On Tue, Mar 4, 2008 at 3:13 PM, David Chelimsky <[EMAIL PROTECTED]> wrote: > On Tue, Mar 4, 2008 at 2:04 PM, Corey Haines <[EMAIL PROTECTED]> > wrote: > > Hi, > > > > I'm just getting e set up on my machine, and I was wondering if someone > > could point me to the current rspec bun

Re: [rspec-users] textmate bundle

2008-03-04 Thread David Chelimsky
On Tue, Mar 4, 2008 at 2:04 PM, Corey Haines <[EMAIL PROTECTED]> wrote: > Hi, > > I'm just getting e set up on my machine, and I was wondering if someone > could point me to the current rspec bundle for textmate? I googled and found > a million of them, I think. It's in the rspec repos: http://rs

[rspec-users] textmate bundle

2008-03-04 Thread Corey Haines
Hi, I'm just getting e set up on my machine, and I was wondering if someone could point me to the current rspec bundle for textmate? I googled and found a million of them, I think. Thanks. -Corey -- http://www.coreyhaines.com The Internet's Premiere source of information about Corey Haines

Re: [rspec-users] Pretty story output for non-Rails project

2008-03-04 Thread s.ross
On Mar 4, 2008, at 9:26 AM, aslak hellesoy wrote: > I forgot - this is an old bug - not working with rails, only "vanilla" > http://rspec.lighthouseapp.com/projects/5645/tickets/113-13547-story-runner-html-formatted-output Ok, I feel a little less dense now :)

Re: [rspec-users] Pretty story output for non-Rails project

2008-03-04 Thread aslak hellesoy
On Tue, Mar 4, 2008 at 6:11 PM, s.ross <[EMAIL PROTECTED]> wrote: > On Mar 4, 2008, at 5:24 AM, aslak hellesoy wrote: > > > This is in the latest release. Just pass --format html on the ocmmand > > line. ARGS is read by one of the internal files in RSpec - not all.rb. > > Try --help too. > > >

Re: [rspec-users] Pretty story output for non-Rails project

2008-03-04 Thread s.ross
On Mar 4, 2008, at 5:24 AM, aslak hellesoy wrote: > This is in the latest release. Just pass --format html on the ocmmand > line. ARGS is read by one of the internal files in RSpec - not all.rb. > Try --help too. > > Aslak I must be dense: RSpec-1.1.3 (build 20080131122909) - BDD for Ruby ruby

Re: [rspec-users] What is your workflow? Or how to use the story runner the right way.

2008-03-04 Thread Pat Maddox
On Tue, Mar 4, 2008 at 8:46 AM, David Chelimsky <[EMAIL PROTECTED]> wrote: > > On Tue, Mar 4, 2008 at 10:43 AM, Pat Maddox <[EMAIL PROTECTED]> wrote: > > On Tue, Mar 4, 2008 at 6:13 AM, David Chelimsky <[EMAIL PROTECTED]> wrote: > > > > > What brittle means is a bit subjective here. Just a leng

[rspec-users] rspec vs. test::more

2008-03-04 Thread Matthias Hennemeyer
Hey all, you HAVE to read this blog post: http://blog.jrock.us/articles/RSpec%20vs.%20Test::More.pod#comments My favorite parts are: 1) ... some rspec code ... > For the sake of comparison lets translate this directly into perl: ... some perl code ... 2) >First, notice that the rspec-version i

Re: [rspec-users] What is your workflow? Or how to use the story runner the right way.

2008-03-04 Thread David Chelimsky
On Tue, Mar 4, 2008 at 10:43 AM, Pat Maddox <[EMAIL PROTECTED]> wrote: > On Tue, Mar 4, 2008 at 6:13 AM, David Chelimsky <[EMAIL PROTECTED]> wrote: > > > What brittle means is a bit subjective here. Just a lengthy > > conversation about this in irc last night. The guy with whom I was > > chatt

Re: [rspec-users] What is your workflow? Or how to use the story runner the right way.

2008-03-04 Thread Pat Maddox
On Tue, Mar 4, 2008 at 6:13 AM, David Chelimsky <[EMAIL PROTECTED]> wrote: > What brittle means is a bit subjective here. Just a lengthy > conversation about this in irc last night. The guy with whom I was > chatting prefers to not use mocks because he'd rather see a change > cause a bunch of l

Re: [rspec-users] Pretty story output for non-Rails project

2008-03-04 Thread aslak hellesoy
On Tue, Mar 4, 2008 at 3:32 PM, Ed Howland <[EMAIL PROTECTED]> wrote: > On Tue, Mar 4, 2008 at 7:24 AM, aslak hellesoy <[EMAIL PROTECTED]> wrote: > > > > > This is in the latest release. Just pass --format html on the ocmmand > > line. ARGS is read by one of the internal files in RSpec - not a

Re: [rspec-users] Pretty story output for non-Rails project

2008-03-04 Thread Ed Howland
On Tue, Mar 4, 2008 at 7:24 AM, aslak hellesoy <[EMAIL PROTECTED]> wrote: > > This is in the latest release. Just pass --format html on the ocmmand > line. ARGS is read by one of the internal files in RSpec - not all.rb. > Try --help too. > > Aslak Thanks, Aslak. Seems I was consuming ARGV pr

Re: [rspec-users] What is your workflow? Or how to use the story runner the right way.

2008-03-04 Thread David Chelimsky
On Tue, Mar 4, 2008 at 8:13 AM, David Chelimsky <[EMAIL PROTECTED]> wrote: > On Tue, Mar 4, 2008 at 7:13 AM, Matthijs Langenberg > <[EMAIL PROTECTED]> wrote: > > I really would like to know how people are using the Story and Example > > runner to write their software. > > It would be great to g

Re: [rspec-users] What is your workflow? Or how to use the story runner the right way.

2008-03-04 Thread David Chelimsky
On Tue, Mar 4, 2008 at 7:13 AM, Matthijs Langenberg <[EMAIL PROTECTED]> wrote: > I really would like to know how people are using the Story and Example > runner to write their software. > It would be great to get some direction on it, because I think I'm missing > some points. > > Taking the outsid

Re: [rspec-users] What is your workflow? Or how to use the story runner the right way.

2008-03-04 Thread Chris Parsons
On 4 Mar 2008, at 13:13, Matthijs Langenberg wrote: > Taking the outside-in approach in thought: > > At first we write a high-level customer-facing story, this story > fails. > Then we start using mocks at object level to use them as a design > tool, > and so we implement the different layers

Re: [rspec-users] Pretty story output for non-Rails project

2008-03-04 Thread aslak hellesoy
On Tue, Mar 4, 2008 at 2:18 PM, Ed Howland <[EMAIL PROTECTED]> wrote: > On Tue, Mar 4, 2008 at 12:19 AM, David Chelimsky <[EMAIL PROTECTED]> wrote: > > On Mon, Mar 3, 2008 at 11:41 PM, George Anderson > > <[EMAIL PROTECTED]> wrote: > > > I'm taking my first fledgling steps driving a new ruby (

Re: [rspec-users] Pretty story output for non-Rails project

2008-03-04 Thread Ed Howland
On Tue, Mar 4, 2008 at 12:19 AM, David Chelimsky <[EMAIL PROTECTED]> wrote: > On Mon, Mar 3, 2008 at 11:41 PM, George Anderson > <[EMAIL PROTECTED]> wrote: > > I'm taking my first fledgling steps driving a new ruby (non-rails) > > project with BDD. I've got a (test) story working. However, wh

Re: [rspec-users] stuck on testing validation

2008-03-04 Thread Namrata Tiwari
Here is a very good example by Luke, which I think you should follow - http://www.lukeredpath.co.uk/2006/8/29/developing-a-rails-model-using-bdd-and-rspec-part-1 fyi, Namrata -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing list rspec-