Go to file
Jonathan Kolyer 4d4302a920 vrfs-310: removing music session delete route, per recommedation by mslemmer 2013-07-23 13:39:37 -05:00
app vrfs-310: removing music session delete route, per recommedation by mslemmer 2013-07-23 13:39:37 -05:00
config vrfs-310: removing music session delete route, per recommedation by mslemmer 2013-07-23 13:39:37 -05:00
db * a simple cucumber test - just verifies home page is responsive 2012-12-11 23:32:53 -06:00
doc * initial web commit 2012-08-30 21:09:02 -05:00
features * disabling cucumber until capybara-webkit 1.0.0. is released 2013-04-10 20:31:17 -05:00
lib * VRFS-196, VRFS-195, VRFS-197 - integrate amqp_connection_manager into initalize 2013-07-14 21:49:51 -05:00
log remove log file 2013-03-31 17:50:43 -04:00
public vrfs-360: tried new keytool import command 2013-06-26 08:13:02 -07:00
script * removing comment from upstart file 2013-01-20 18:10:19 -06:00
spec minor change to fix a test 2013-07-11 09:06:18 -07:00
test * initial web commit 2012-08-30 21:09:02 -05:00
vendor * making sure 'congrtulations.js' doesn't mix in with main client page 2013-06-25 20:04:17 -05:00
.gitignore * VRFS-311 and VRFS-312; javascript-based tests 2013-05-15 15:53:19 -05:00
.ruby-gemset * merged 2013-05-30 21:07:33 -05:00
.ruby-version * merged 2013-05-30 21:07:33 -05:00
Gemfile * VRFS-424 pointing to int.jamkazam.com for gem server 2013-07-19 16:38:57 -05:00
Guardfile * removed all microposts/follower stuff; just user sign up and login 2012-08-30 22:01:52 -05:00
ORIG_LICENSE * removed all microposts/follower stuff; just user sign up and login 2012-08-30 22:01:52 -05:00
README.md Add jasmine JS test support. Minor code cleanup. 2012-09-29 10:43:01 -06:00
Rakefile * removed all microposts/follower stuff; just user sign up and login 2012-08-30 22:01:52 -05:00
build * making sure 'congrtulations.js' doesn't mix in with main client page 2013-06-25 20:04:17 -05:00
config.ru * removed all microposts/follower stuff; just user sign up and login 2012-08-30 22:01:52 -05:00
jenkins * fixing to make arch sniff 2013-07-19 20:46:19 -05:00
migrate.sh * adding migration helper to root 2012-09-03 20:53:13 -05: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