jam-cloud/web
Seth Call 30b2c1bb53 * VRFS-2045 - fixing tests that use websocket-gateway, pass in 20 instead of defaulting of 0 for max connections 2014-08-14 13:16:38 -05:00
..
app * VRFS-2045 - guard against too many concurrent connections 2014-08-14 11:35:17 -05:00
config * VRFS-2045 - fixing tests that use websocket-gateway, pass in 20 instead of defaulting of 0 for max connections 2014-08-14 13:16:38 -05:00
db VRFS-1602 remove web/db/schema.db file 2014-04-21 10:05:34 +02:00
doc merging jam-web into web 2013-09-15 18:04:37 +00:00
features merging jam-web into web 2013-09-15 18:04:37 +00:00
lib * check for empty file for VRFS-1988 2014-07-30 15:44:46 -05:00
log merging jam-web into web 2013-09-15 18:04:37 +00:00
public * ok, last time I remove stuff from maintanance page. probably 2014-04-10 19:40:46 +00:00
script * wip 2014-07-14 15:53:04 -05:00
spec * VRFS-2045 - fixing tests that use websocket-gateway, pass in 20 instead of defaulting of 0 for max connections 2014-08-14 13:16:38 -05:00
test merging jam-web into web 2013-09-15 18:04:37 +00:00
vendor * VRFS-1976 - fixed issue where UI always picks 1st scheduled session; VRFS-1962 - use 'full latency' instead of just internet latency in musician search, find session, and new musicians email 2014-07-29 17:52:20 -05:00
.gitignore * VRFS-438 - squirt out BUILD_NUMBER into file and make debian packages reference it when it starts the app so that gem versions can be found 2013-09-16 17:03:26 +00:00
.rspec * adding rspec config 2014-07-19 21:39:43 -05:00
.ruby-gemset merging jam-web into web 2013-09-15 18:04:37 +00:00
.ruby-version fix warning related to ruby- prefix in .ruby-version files 2013-12-27 16:28:28 -05:00
.simplecov VRFS-1103 - ruby coverage is now logged during web tests 2014-05-31 20:38:39 -05:00
Gemfile * speeding up web tests 2014-07-19 22:53:33 -05:00
Guardfile merging jam-web into web 2013-09-15 18:04:37 +00:00
ORIG_LICENSE merging jam-web into web 2013-09-15 18:04:37 +00:00
README.md * fake commit to poke jenkins 2014-08-10 09:29:23 -05:00
Rakefile * fix changes to resque-scheduler includes 2014-07-27 12:46:20 -05:00
build * fix changes to resque-scheduler includes 2014-07-27 12:46:20 -05:00
config.ru merging jam-web into web 2013-09-15 18:04:37 +00:00
jenkins * VRFS-1016 2014-01-31 14:25:17 -06:00
migrate.sh merging jam-web into web 2013-09-15 18:04:37 +00:00

README.md

  • TODO

Jasmine Javascript Unit Tests

  1. Ensure you have the jasmine Gem installed; $ bundle

  2. Start the jasmine server (defaults to :8888) $ rake jasmine

Open browser to localhost:8888