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