Displaying 1 result from an estimated 1 matches for "category_intak".
Did you mean:
category_intakes
2011 Nov 18
1
What does :count actually mean in assert_select?
Hi guys,
I tried reading up the RSPEC Book (Dec 2010) and googled a bit but I
could not find anything.
I''m using Rspec2.
Example:
spec/factories/categories.rb
======================
FactoryGirl.define do
factory :category_intakes, :class => ''category'' do
name ''intakes and filters''
description ''airfilters and etc.''
created_by 1
updated_by 1
end
factory :category_audio, :class => ''category'' do
name '...