2009/10/1 E. Litwin <[email protected]>: > It seems that having the test-unit gem installed causes this problem. > > On my Linux box, my rspec tests were all working fine for one project. > I started testing another project that I had imported from a Windows > development environment that referenced the test-unit gem. > > Installing that gem on my Linux box gave me an error when trying to > run my rspec tests. After adding config.gem "test-unit" to test.rb, > the tests didn't fail but didn't run anymore. The newer application > also had the same issues. > > I uninstalled the test-unit gem from my Linux machine and removed the > config.gem requirement from both the old and new applications and > everything ran fine again. > I also did this on my Windows machine and everything started running > as expected.
I'm glad you've solved your problem. However, it sounds like there might still be a problem with some combination of Mocha, Test::Unit and RSpec (& RSpec on rails?). It'd be great if you could create a ticket on Lighthouse [1] with steps to reproduce the problem e.g. in a Rails app built from scratch. Regards, James Mead. --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

