Go to file
Brian Smith c593551efd refactored friend request code to common place for use by sidebar and main results screen 2013-04-06 21:04:18 -04:00
app refactored friend request code to common place for use by sidebar and main results screen 2013-04-06 21:04:18 -04:00
config VRFS-282 changes to support real-time notification updates in sidebar 2013-04-04 23:51:01 -04: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 * fix for cucumber startup 2013-03-15 00:19:09 -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 Karma CI from Chrome to PhantomJS 2013-03-30 21:31:38 -06: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 * adding test file to satisfy carrierwave-based model 2013-02-12 23:39:53 -06:00
.rvmrc * updating to latest ruby; I've seen this work on build server 2012-12-06 06:35:32 -06:00
Gemfile * VRFS-259: beta signup 2013-03-14 23:23:37 -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 Build fixes for Karma test runner 2013-03-30 17:54:46 -06: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