Zhenning Guan wrote:
> David Chelimsky wrote:
>> On Tue, May 19, 2009 at 10:09 AM, Zhenning Guan <li...@ruby-forum.com> 
>> wrote:
>>> features/step_definitions/webrat_steps.rb:10
>>>
>>> 1 scenario (1 failed)
>>> 2 steps (1 failed, 1 passed)
>>>
>>> ===
>>> Forum.count == counts.to_i does fine
>> 
>> That's not an expectation so it won't pass or fail. I'd bet that's
>> returning false, which is not going to make a step fail (only an error
>> will).
> 
> I means....
> Forum.count == counts.to_i
> doesn't work...

correct it
Forum.count.should == counts.to_i
doesn't work.
-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to