Re: [rspec-users] Noob syntax questions regarding rspec book...

2009-07-09 Thread Rick DeNatale
On Thu, Jul 9, 2009 at 12:43 AM, internetchris wrote: > Hey everyone, > > I appreciate the replies. After I posted I realized I was looking at > ruby code. It seems this is where my learning curve is going to take a > leap. I understand Rails, I am starting to understand Rspec and > Cucumber, and I

Re: [rspec-users] Noob syntax questions regarding rspec book...

2009-07-08 Thread internetchris
In addition - Ben thanks for the link, I just checked it out. Rubular seems like an awesome little tool and I will bookmark the page. I really appreciate all of the help and hope I can return the favor one day. Thanks! Chris On Jul 8, 10:43 pm, internetchris wrote: > Hey everyone, > > I apprec

Re: [rspec-users] Noob syntax questions regarding rspec book...

2009-07-08 Thread internetchris
Hey everyone, I appreciate the replies. After I posted I realized I was looking at ruby code. It seems this is where my learning curve is going to take a leap. I understand Rails, I am starting to understand Rspec and Cucumber, and I understand programming. This is my second language, but it's the

Re: [rspec-users] Noob syntax questions regarding rspec book...

2009-07-07 Thread ssmithstone
I to am in the same situation and the meaning of the /^ $/ is a regular expression so it matches yours features so in your features is you do Give some random text I guess some more random test the code would run against that given method, hope that makes sense and that's my view of the code On

Re: [rspec-users] Noob syntax questions regarding rspec book...

2009-07-07 Thread Ben Mabey
Rick DeNatale wrote: On Tue, Jul 7, 2009 at 11:35 AM, Chris Sund wrote: Hey Everyone, I've been working my way through the Rspec book trying to absorb and understand everything. This is my first time with BDD and I'm just trying to figure out some simple syntax stuff. My questions revolve ar

Re: [rspec-users] Noob syntax questions regarding rspec book...

2009-07-07 Thread Rick DeNatale
On Tue, Jul 7, 2009 at 11:35 AM, Chris Sund wrote: > Hey Everyone, > > I've been working my way through the Rspec book trying to absorb and > understand everything. This is my first time with BDD and I'm just > trying to figure out some simple syntax stuff. My questions revolve > around some of the

Re: [rspec-users] Noob syntax questions regarding rspec book...

2009-07-07 Thread David Chelimsky
On Tue, Jul 7, 2009 at 10:35 AM, Chris Sund wrote: > Hey Everyone, > > I've been working my way through the Rspec book trying to absorb and > understand everything. This is my first time with BDD and I'm just > trying to figure out some simple syntax stuff. My questions revolve > around some of the

Re: [rspec-users] Noob syntax questions regarding rspec book...

2009-07-07 Thread Yi Wen
They are regex. On Jul 7, 2009, at 10:35 AM, Chris Sund wrote: Hey Everyone, I've been working my way through the Rspec book trying to absorb and understand everything. This is my first time with BDD and I'm just trying to figure out some simple syntax stuff. My questions revolve around some of