I also had a prob with a gem showin as missing in the test even tho it was installd. It was one that I had compiled myself. aparently I was missin a lib when it was compiled and it caused the test to report the gem as missing. If you compiled any of them yerself you should duble check that you had ALL the needed lib's.
On Jan 27, 9:19 am, Steven Bristol <[email protected]> wrote: > On Tue, Jan 26, 2010 at 5:58 PM, Dimitry <[email protected]> wrote: > > forgot to add that the tests dont run properly either > > > /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby - > > I"lib:test" "/Users/vic/gems/gems/rake-0.8.7/lib/rake/ > > rake_test_loader.rb" "test/unit/blog_test.rb" "test/unit/ > > comment_test.rb" "test/unit/email_test.rb" "test/unit/ > > feed_item_test.rb" "test/unit/feed_test.rb" "test/unit/ > > forum_mailer_test.rb" "test/unit/forum_post_test.rb" "test/unit/ > > forum_test.rb" "test/unit/forum_topic_test.rb" "test/unit/ > > friend_test.rb" "test/unit/message_test.rb" "test/unit/photo_test.rb" > > "test/unit/profile_test.rb" "test/unit/system_mailer_test.rb" "test/ > > unit/user_comments_test.rb" "test/unit/user_test.rb" > > ./test/unit/../test_helper.rb:24: undefined method > > `use_transactional_fixtures=' for Test::Unit::TestCase:Class > > (NoMethodError) > > from ./test/unit/blog_test.rb:1:in `require' > > from ./test/unit/blog_test.rb:1 > > from /Users/vic/gems/gems/rake-0.8.7/lib/rake/rake_test_loader.rb: > > 5:in `load' > > from /Users/vic/gems/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5 > > from /Users/vic/gems/gems/rake-0.8.7/lib/rake/rake_test_loader.rb: > > 5:in `each' > > from /Users/vic/gems/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5 > > /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby - > > I"lib:test" "/Users/vic/gems/gems/rake-0.8.7/lib/rake/ > > rake_test_loader.rb" "test/functional/accounts_controller_test.rb" > > "test/functional/admin/users_controller_test.rb" "test/functional/ > > blogs_controller_test.rb" "test/functional/ > > comments_controller_test.rb" "test/functional/ > > feed_items_controller_test.rb" "test/functional/ > > forum_posts_controller_test.rb" "test/functional/ > > forum_topics_controller_test.rb" "test/functional/ > > forums_controller_test.rb" "test/functional/ > > friends_controller_test.rb" "test/functional/home_controller_test.rb" > > "test/functional/messages_controller_test.rb" "test/functional/ > > photos_controller_test.rb" "test/functional/ > > profiles_controller_test.rb" > > ./test/functional/../test_helper.rb:24: undefined method > > `use_transactional_fixtures=' for Test::Unit::TestCase:Class > > (NoMethodError) > > from ./test/functional/accounts_controller_test.rb:1:in `require' > > from ./test/functional/accounts_controller_test.rb:1 > > from /Users/vic/gems/gems/rake-0.8.7/lib/rake/rake_test_loader.rb: > > 5:in `load' > > from /Users/vic/gems/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5 > > from /Users/vic/gems/gems/rake-0.8.7/lib/rake/rake_test_loader.rb: > > 5:in `each' > > from /Users/vic/gems/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5 > > /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby - > > I"lib:test" "/Users/vic/gems/gems/rake-0.8.7/lib/rake/ > > rake_test_loader.rb" "test/integration/spider_test.rb" > > ./test/integration/../test_helper.rb:24: undefined method > > `use_transactional_fixtures=' for Test::Unit::TestCase:Class > > (NoMethodError) > > from ./test/integration/spider_test.rb:1:in `require' > > from ./test/integration/spider_test.rb:1 > > from /Users/vic/gems/gems/rake-0.8.7/lib/rake/rake_test_loader.rb: > > 5:in `load' > > from /Users/vic/gems/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5 > > from /Users/vic/gems/gems/rake-0.8.7/lib/rake/rake_test_loader.rb: > > 5:in `each' > > from /Users/vic/gems/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5 > > Errors running test:units, test:functionals, and test:integration! > > > but it seems like i am missing something rather than a real issue with > > the code... > > It looks like you're missing a gem. > > cheers, > steven bristol- Hide quoted text - > > - Show quoted text - -- You received this message because you are subscribed to the Google Groups "Lovd by Less" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/lovdbyless?hl=en Who loves ya baby?
