Open polarblau opened 12 years ago
E.g. if rails g model [NAME] is run, are the model and collection generator run as well? How to test that?
rails g model [NAME]
E.g. if
rails g model [NAME]
is run, are the model and collection generator run as well? How to test that?