ApuX
unread,Apr 20, 2012, 12:15:18 PM4/20/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyonra...@googlegroups.com
Hi,
I've changed the rails' inflection file for my project in order to support Spanish pluralize and singularize. I've tested it successfully in my rails project.
Now, since it is a common task for me when creating new projects, I want to create a gem for doing this (replace the default inflections file with mine).
The problem is, the gem needs the rails' environment loaded in order to get tested. How can I do that?
I want to test with rspec.
Thanks.