Hi Marnen and Frederick, Thanks for looking into my problem.
Frederick: I removed the colons from the public and private macros Marnen: The code and the output I got from running them is at http://www.pastie.org/963644. It's got line numbers. As you obviously can now see, line 12 is the second line in:: assert_equal( "edit, index, new, show", crud_views_as_a_string(:string), "Surprise") Thanks again, Richard On May 17, 5:32 am, Frederick Cheung <[email protected]> wrote: > On May 17, 4:43 am, RichardOnRails > > <[email protected]> wrote: > > module GMC_mod > > # The standard views (in app.views) in alphabetical order > > # for any DB table > > :private > > Not relevant to the problem but this doesn't actually make methods > private (it's just the symbol literal 'private'). Remove the : for it > to actually do something (similarly for the public later on) > > Fred > > -- > 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 > athttp://groups.google.com/group/rubyonrails-talk?hl=en. -- 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.

