Re: [rspec-users] Strange issue with the 'its' construct

2010-05-20 Thread Tom Ten Thij
David Chelimsky wrote: > Please file a bug at https://rspec.lighthouseapp.com/projects/5645-rspec > if there's not one already. I was unable to find one, so I created this: https://rspec.lighthouseapp.com/projects/5645-rspec/tickets/998-explicit-subject-block-in-a-controller-spec-returns-the-cont

Re: [rspec-users] How I make browser act-as-robot-driven ?

2010-05-20 Thread aslak hellesoy
On Thu, May 20, 2010 at 10:21 PM, Chuck van der Linden wrote: > > On May 18, 11:08 am, Audrey A Lee wrote: >> Dear list, >> >> Today I am working through the simple tutorial here: >>  http://wiki.github.com/aslakhellesoy/cucumber/ruby-on-rails >> >> It has me install Cucumber-Rails and then creat

Re: [rspec-users] How I make browser act-as-robot-driven ?

2010-05-20 Thread Chuck van der Linden
On May 18, 11:08 am, Audrey A Lee wrote: > Dear list, > > Today I am working through the simple tutorial here: >  http://wiki.github.com/aslakhellesoy/cucumber/ruby-on-rails > > It has me install Cucumber-Rails and then create a feature. > > Then I watch the feature fail when I run > rake cucumbe

Re: [rspec-users] Strange issue with the 'its' construct

2010-05-20 Thread David Chelimsky
On May 20, 2010, at 11:49 AM, Tom Ten Thij wrote: > The 'its' construct seems to not be working for me. I have narrowed it > down to a basic example that I think should be working. Note that when I > use a normal 'it' block with a subject in it, that works fine. > > Any insights would be welcome:

[rspec-users] Strange issue with the 'its' construct

2010-05-20 Thread Tom Ten Thij
The 'its' construct seems to not be working for me. I have narrowed it down to a basic example that I think should be working. Note that when I use a normal 'it' block with a subject in it, that works fine. Any insights would be welcome: http://gist.github.com/407789 Cheers, Tom. == Below is jus

Re: [rspec-users] How to separate unit and integration spec suites?

2010-05-20 Thread Matt Wynne
On 19 May 2010, at 22:11, Myron Marston wrote: > On my current rails project we're using both rspec and cucumber. > We've been diligent about keeping our specs as true unit tests, using > nulldb and mocking/stubbing to disconnect the specs from the database > and keep each spec focused on the cla