There's probably a bug in spec generation for: #$ merb-gen model Abc::Xyz
The spec generated at spec/models/abc/xyz_spec.rb is: > describe Setting do > ... > end Results in undefined constant 'Setting' when running autospec or rake spec, shouldn't it be: > describe Admin::Setting do > ... > end TKS --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
