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
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
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
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:
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
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