This patch is the aggregation of ideas from the following tickets for javascript_test plugin: #10662, #10667, #10669, #10694, #10694, #10697, and #10720.
The CHANGELOG additions are:
* Update to prototype + unittest 1.6.0.1 [nicwilliams]
The prototype unittest.js had evolved away from scriptaculous's verision.
NOTE: this involves the removal of the trial BDD system. Its possible people
are actually using this.
* Generated setup + teardown have embedded with(this) {...} in them, like the test method [nicwilliams]
* TestCase has loadSample method to upload a local HTML file into page to use for testing.
Best used within setup() method of Runners. [nicwilliams]
* Add -A/--use-app-assets generator option to allow usage of app's own prototype lib. [nicwillams]