On Jul 15, 7:03 pm, JoshLucas <[email protected]> wrote:
> I am trying to run the test and here is what I am getting:
>
> test/unit/../test_helper.rb:22: undefined local variable or method
> `use_transactional_fixtures=' for Test::Unit::TestCase:Class
> (NameError)
I've not tried it already but from rails 2.3.2 releases notes (http://
guides.rubyonrails.org/2_3_release_notes.html),:
Internal Rails testing has been switched from Test::Unit::TestCase to
ActiveSupport::TestCase, and the Rails core requires Mocha to test.
For example:
class CommentTest < ActiveSupport::TestCase
for rails 2.3.2
So, that means you should rewrite rubyweblog to run under 2.3.2.
Normally there is a rake task for updating the application.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "ruby-on-rails-programming-with-passion" group.
To unsubscribe from this group, send email to
ruby-on-rails-programming-with-passion-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/ruby-on-rails-programming-with-passion?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---