> I expect that to fix this I will generate a scratch merb project and > look at its files, including "use_test :test_unit", but I just thought > the community should be aware of this little gap. Also, in a similar > vein, 'raketest' did not run the test suite...
The command "merb-gen app scratch --testing-framework=test_unit" rejected the --testing-framework option. And adding use_test :test_unit to config/init.rb, then generating a model with =test_unit, similarly did not make a test_helper.rb appear, or fix 'rake test' --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" 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/merb?hl=en -~----------~----~----~----~------~----~------~--~---
