no problem running my tests ( units , functionals ) but when
assertion failed , I never see any assertion output value, it''s always
<> and expected also is <>
i.e. :
=> 33: assert ability.can? :index, User
34: get :index
35: assert_response :success
36: assert_not_nil assigns(:users)
<> expected but was
<>
I must have some wrong parameter , but where ? any clue welcome..
group :test do
gem ''single_test''
gem ''simplecov''
gem ''fakeweb''
gem ''autotest-rails''
end
--
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en-US.