Commit Graph

8 Commits

Author SHA1 Message Date
Brian Morton
6c76546008 Add require bundler/setup to help enforce gem versions. 2012-03-20 18:35:24 -07:00
Blake Watters
0775e1d28e Eliminate use of public in favor of public_folder to suppress Sinatra warnings. refs #293 2012-03-13 14:06:43 -04:00
Blake Watters
605f07b05b Add tmp to .gitignore and rescue LoadError when attempting to require ruby-debug. refs #293 2012-03-13 14:02:36 -04:00
Blake Watters
83ae571b0a Remove Sinatra reloader. refs #293 2012-03-13 13:51:41 -04:00
Blake Watters
8483472ffb Added rackup for executing unit test server via Thin 2012-03-13 13:18:38 -04:00
Blake Watters
44ff8826f7 Invalidate timeout timer when POST body data is sent. fixes #535 2012-02-16 11:07:16 -05:00
Blake Watters
c613681dd1 Remove reference to Specs directory 2012-02-14 14:11:42 -05:00
Blake Watters
4142ffdb42 Reorganization and cleanups of Unit Tests
* Reorganized tests to accommodate split into Logic & Application.
* Eliminated 'Spec' naming in favor of 'Test' as the suite is entirely based on SenTest.
* Pulled majority of testing support classes up into the library and documented them.
* Introduced RKApplicationTests app for running the RKTableController UI tests
2012-02-10 17:32:23 -05:00