Go to file
Jonathon Wilson 06ee0b61ef Move create session main submit button to left temporarily 2013-01-29 16:53:21 -07:00
app Move create session main submit button to left temporarily 2013-01-29 16:53:21 -07:00
config * adding cucumber section to aws.yml 2013-01-16 21:01:34 -06: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 cucumber tests for layout changes 2013-01-28 19:32:08 -07:00
lib VRFS-80 session history 2013-01-06 15:47:56 -05:00
log * initial web commit 2012-08-30 21:09:02 -05:00
public missing image 2012-11-18 01:07:54 -08:00
script * removing comment from upstart file 2013-01-20 18:10:19 -06:00
spec Fix tests from layout changes 2013-01-28 19:24:25 -07: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-188; production mode working with passenger phusion 2012-12-31 05:58:34 -06:00
.rvmrc * updating to latest ruby; I've seen this work on build server 2012-12-06 06:35:32 -06:00
Gemfile * allowing em-websocket to go above 0.4.0 2013-01-26 20:15:30 -06: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 added bundle exec prefix to jasmine rake call 2013-01-16 03:25:39 -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