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@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en-US.

Reply via email to