Go to file
Brian Smith 12f15d4fdb VRFS-317 fix range comparisons for latency indicators 2013-05-27 15:11:23 -04:00
app VRFS-317 fix range comparisons for latency indicators 2013-05-27 15:11:23 -04:00
config * in progress jcrop 2013-05-23 08:53: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 * removing environment dependency to maxmind rake tasks; otherwise initializers run which cause conflict against a running jam-web 2013-05-20 15:36:49 -05: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 * in progress jcrop 2013-05-23 08:53:37 -05:00
test * initial web commit 2012-08-30 21:09:02 -05:00
vendor * in progress jcrop 2013-05-23 08:53:37 -05:00
.gitignore * VRFS-311 and VRFS-312; javascript-based tests 2013-05-15 15:53:19 -05:00
.rvmrc more work 2013-05-13 22:09:29 -07:00
Gemfile * VRFS-315; profile page is working except for avatar, and does not do error visualization yet 2013-05-18 13:04:04 -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 * adding debug info for path 2013-05-15 18:37:21 -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