Go to file
Brian Smith 28a3693993 VRFS-292 Music Audio tab validation bug fixes 2013-05-13 23:57:02 -04:00
app VRFS-292 Music Audio tab validation bug fixes 2013-05-13 23:57:02 -04:00
config * VRFS-311; you can update your email end-to-end; there are some styling changes pending (waiting on feedback from designer) 2013-05-13 14:34:03 -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-281 debugging 2013-03-23 03:51:55 -04:00
log remove log file 2013-03-31 17:50:43 -04:00
public * VRFS-238; oops forgot 403.html 2013-02-07 21:16:07 -06:00
script * removing comment from upstart file 2013-01-20 18:10:19 -06:00
spec * VRFS-311 account page is styled, and, where possible so far, populated from the /api/users/:id API 2013-05-11 19:28:48 -05:00
test * initial web commit 2012-08-30 21:09:02 -05:00
vendor * initial web commit 2012-08-30 21:09:02 -05:00
.gitignore * VRFS-311 REST APIs in place 2013-05-10 11:38:50 -05:00
.rvmrc * updating to latest ruby; I've seen this work on build server 2012-12-06 06:35:32 -06:00
Gemfile * adding QT5 support for capybara-webkit in gemfile and fixing artifact test 2013-04-22 07:05:51 -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 * disabling cucumber until capybara-webkit 1.0.0. is released 2013-04-10 20:31: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 * oops; forgot to add DEB_SERVER decl 2013-01-06 20:31:31 -06: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