Hi all
I have the following helper that I use both in the unit and functional
tests for my model Page:
class PagesControllerTest < ActionController::TestCase
...
private
def valid_attributes
{ :short_title => "Valid short title",
:body => "<h1>Valid title</h1><p>Valid body</p>",
:parent_id => nil}
end
end
Is there a convenient way to remove this duplication and source it out
to a file that is loaded by both the unit and the functional test files?
Thanks
Josh
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---