workbench: Add basic smoke test.
authorBrett Smith <brett@curoverse.com>
Fri, 21 Mar 2014 21:24:07 +0000 (17:24 -0400)
committerBrett Smith <brett@curoverse.com>
Fri, 21 Mar 2014 21:24:25 +0000 (17:24 -0400)
commitbf53b14daa894c77ea2b9413e9a574897446a2b7
tree07dfb8b0b7cd1628da6ed20e1eb43942db8c0be4
parent178545086f0752789ca79d212e92f8c45030ead9
workbench: Add basic smoke test.

This visits all the link on a user's front page and makes sure they
all return 200.

It's easy to extend this to crawl the entire site, checking for
success.  I've included the code for that.  We need to squash some
bugs and check the timing before we start doing that, though.

This overlaps api_client_authorizations_test, so I deleted that.
apps/workbench/test/integration/api_client_authorizations_test.rb [deleted file]
apps/workbench/test/integration/smoke_test.rb [new file with mode: 0644]