Displaying 1 result from an estimated 1 matches for "facebook_post".
2008 May 08
0
New test helpers
Hey guys-
A few methods useful for testing have been added to trunk:
1) facebook_post
For use in controller unit tests and integration tests. Basically, it
delegates to the standard "post" method for simulating post requests
in a test, but constructs mock fb_sig params and passes them along to
the requested action with the rest of the params that the test
specifies.
2) as...