Re: [rspec-users] Getting started

2012-11-19 Thread David Chelimsky
On Mon, Nov 19, 2012 at 7:22 AM, Suman I. wrote: > Hi I am new to using Cucumber. I am new to Ruby basically. This is an RSpec mailing list. Please send this query to the Cucumber mailing list: https://groups.google.com/group/cukes We're here if you have any RSpec questions. Cheers, David > >

[rspec-users] Getting started

2012-11-19 Thread Suman I.
Hi I am new to using Cucumber. I am new to Ruby basically. I have installed Ruby gems and Cucumber on my machine. How do I get started? For Eg: I need to test Google.com, then how do I start testing using Cucumber? I don't know where to start from. Any help regarding this is appreciated. Thanks

Re: [rspec-users] getting started - very much a beginner

2009-01-14 Thread Tom Cloyd
aslak hellesoy wrote: On Sun, Jan 11, 2009 at 1:26 PM, Tom Cloyd > wrote: A hope my ignorance is acceptable here. I have, to this point, programmed in Ruby mostly using my awareness of procedural programming; I've written a small number of very useful

Re: [rspec-users] getting started - very much a beginner

2009-01-14 Thread Tom Cloyd
James Byrne wrote: Tom Cloyd wrote: The problem is that this assumes you are working with Rails, about which I know little and desire to know less. I get stuck, on that page, at the phrase... ==When you run "script/generate cucumber" == Huh? Is this something you do in Rails? Then there's

Re: [rspec-users] getting started - very much a beginner

2009-01-12 Thread James Byrne
Tom Cloyd wrote: > > The problem is that this assumes you are working with Rails, about > which I know little and desire to know less. I get stuck, on that page, > at the phrase... > > ==When you run "script/generate cucumber" == > > Huh? Is this something you do in Rails? > > Then there's this

Re: [rspec-users] getting started - very much a beginner

2009-01-11 Thread aslak hellesoy
On Sun, Jan 11, 2009 at 1:26 PM, Tom Cloyd wrote: > A hope my ignorance is acceptable here. I have, to this point, > programmed in Ruby mostly using my awareness of procedural programming; > I've written a small number of very useful programs for myself. I'm starting > to use classes now - just s

[rspec-users] getting started - very much a beginner

2009-01-11 Thread Tom Cloyd
A hope my ignorance is acceptable here. I have, to this point, programmed in Ruby mostly using my awareness of procedural programming; I've written a small number of very useful programs for myself. I'm starting to use classes now - just starting. I have a small project I'm working on - settin

Re: [rspec-users] Getting Started with Story Runner

2007-09-23 Thread Dan North
Hi James. James Hughes wrote: Your code looks correct. My interpretation of the workflow that derives from this tool is that you write a high level story like you have here, run it, and let it tell you what to do next. The stack trace is telling you that you need an Account class. So now you wo

Re: [rspec-users] Getting Started with Story Runner

2007-09-22 Thread James Hughes
On 9/21/07, Andrew WC Brown <[EMAIL PROTECTED]> wrote: > I'm trying to generate stories based on Dan North's example. > I'm not sure how to do this. > > require File.join(File.dirname(__FILE__), "helper") > > Story "Account Holder withdraws cash", %{ > As an Account Holder > I want to withdraw

Re: [rspec-users] Getting Started with Story Runner

2007-09-21 Thread Andrew WC Brown
I'm trying to generate stories based on Dan North's example. I'm not sure how to do this. require File.join(File.dirname(__FILE__), "helper") Story "Account Holder withdraws cash", %{ As an Account Holder I want to withdraw cash from an ATM So that I can get money when the bank is closed },

Re: [rspec-users] Getting Started with Story Runner

2007-09-20 Thread Evan David Light
There are also a couple of examples buried in the trunk under examples/story/game-of-life/behaviour/stories On Sep 20, 2007, at 10:13 AM, Andrew WC Brown wrote: I'm guessing their isn't a generator for stories yet? ./script/generate story add_person On 9/20/07, James Hughes < [EMAIL PROTECT

Re: [rspec-users] Getting Started with Story Runner

2007-09-20 Thread Andrew WC Brown
I wouldn't mind in on that On 9/20/07, Jarkko Laine <[EMAIL PROTECTED]> wrote: > > > On 20.9.2007, at 19.09, Ben Mabey wrote: > > > Looking in the trunk I couldn't see any generators, for it. Looks > > like > > you found yourself a project ;) > > There is a simple new Story snippet in the textmat

Re: [rspec-users] Getting Started with Story Runner

2007-09-20 Thread Jarkko Laine
On 20.9.2007, at 19.09, Ben Mabey wrote: > Looking in the trunk I couldn't see any generators, for it. Looks > like > you found yourself a project ;) > There is a simple new Story snippet in the textmate bundle in rspec's > trunk however. I just talked about this in Berlin with David. Heading

Re: [rspec-users] Getting Started with Story Runner

2007-09-20 Thread Ben Mabey
Looking in the trunk I couldn't see any generators, for it. Looks like you found yourself a project ;) There is a simple new Story snippet in the textmate bundle in rspec's trunk however. -Ben Andrew WC Brown wrote: > I'm guessing their isn't a generator for stories yet? > > ./script/generate s

Re: [rspec-users] Getting Started with Story Runner

2007-09-20 Thread Andrew WC Brown
I'm guessing their isn't a generator for stories yet? ./script/generate story add_person On 9/20/07, James Hughes <[EMAIL PROTECTED]> wrote: > > On 9/20/07, Ben Mabey <[EMAIL PROTECTED]> wrote: > > Andrew WC Brown wrote: > > > I haven't found any How To's to use story runner and I'm not sure how

Re: [rspec-users] Getting Started with Story Runner

2007-09-20 Thread James Hughes
On 9/20/07, Ben Mabey <[EMAIL PROTECTED]> wrote: > Andrew WC Brown wrote: > > I haven't found any How To's to use story runner and I'm not sure how > > to get started. > > Should I be looking for resources on how to use rbehave? > > How do I generate my first Story? > >

Re: [rspec-users] Getting Started with Story Runner

2007-09-20 Thread Ben Mabey
Andrew WC Brown wrote: > I haven't found any How To's to use story runner and I'm not sure how > to get started. > Should I be looking for resources on how to use rbehave? > How do I generate my first Story? > > > ___

[rspec-users] Getting Started with Story Runner

2007-09-20 Thread Andrew WC Brown
I haven't found any How To's to use story runner and I'm not sure how to get started. Should I be looking for resources on how to use rbehave? How do I generate my first Story? ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/ma