You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to shoulda
I've been working on a project and found myself repeatedly writing up
the same basic tests over and over after scaffolding out pieces of my
application.
I did a little digging and created two standard templates for the
Rails unit and functional tests which I would like to share. I don't
think this is a patch or a fix, it's more of an add-on.
Basically, what it does is to replace the unit and functional tests
generated by Rails with some standard unit and functional tests
leveraging shoulda for the standard crud functions.
Anyway, I think other people might find it useful (if they're using
FactoryGirl also) and want to get it into the hands of the Shoulda
maintainers.
Please contact me if there's any interest.
Thx
Josh Nichols
unread,
Sep 28, 2009, 2:16:07 PM9/28/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
It's worth noting this is probably getting stale though, as I've been
mostly using rspec with shoulda matchers instead of straight up
shoulda recently.
Dan Croak
unread,
Sep 28, 2009, 2:30:42 PM9/28/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message