The donation request specs test that the appropriate job is called, but not that the job actually does anything when called with the given args. At some point I'd like to force the jobs to run and test that they actually do what they're supposed to. Maybe this will work:
http://stackoverflow.com/a/29967430
The donation request specs test that the appropriate job is called, but not that the job actually does anything when called with the given args. At some point I'd like to force the jobs to run and test that they actually do what they're supposed to. Maybe this will work:
http://stackoverflow.com/a/29967430