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
__
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
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.
>
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
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
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
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
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 :)
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.
> >
>
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
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
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
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
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
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
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
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
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
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
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 (
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
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-
22 matches
Mail list logo