Hi there,
is ‘its’ method implemented in rspec2?
I use rspec2 with rails3 and want to use syntax like in this example:
describe Array do
subject { Array.new(4) }
its(:length) { should == 4 }
end
Is it possible?
With regards
Petr Blaho
Hi there,
is ‘its’ method implemented in rspec2?
I use rspec2 with rails3 and want to use syntax like in this example:
describe Array do
subject { Array.new(4) }
its(:length) { should == 4 }
end
Is it possible?
With regards
Petr Blaho
On May 11, 2010, at 3:33 AM, petr.blaho wrote:
Hi there,
is ‘its’ method implemented in rspec2?
Not yet, but coming soon:
Cheers,
David
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs