ReggieBeans
ReggieBeans
The test states "should destroy user session". How can it do that when there is no session present at the start of the test? There needs to be an action...
I'm getting the following error: ``` irb(main):009:0> Article.find_rated_by(User.first) NoMethodError: undefined method `class_name_of_active_record_descendant' for ActiveRecord::Base:Class from C:/Ruby187/lib/ruby/gems/1.8/gems/activerecord-3.0.0/lib/active_record/base.rb:1016:in `method_missing' from C:/Users/rob/web/insite-rails-cms/vendor/plugins/jasherai-acts-as-rated/lib/acts_as_rated.rb:376:in `send' from C:/Users/rob/web/insite-rails-cms/vendor/plugins/jasherai-acts-as-rated/lib/acts_as_rated.rb:376:in `find_rated_by' from (irb):9 ``` I can fix the...