Go to file
Seth Call c8d255dde9 *VRFS-19 finishing touches on publishing user_joined_session from jam-web 2012-10-16 22:49:24 -05:00
app *VRFS-19 finishing touches on publishing user_joined_session from jam-web 2012-10-16 22:49:24 -05:00
config * adding logging-rails railtie in, so that use of 'logging' gem in jam-rby works. also adds color to console out, and log rotation in production without any thought, so why not 2012-10-16 07:14:27 -05:00
db * removed all microposts/follower stuff; just user sign up and login 2012-08-30 22:01:52 -05:00
doc * initial web commit 2012-08-30 21:09:02 -05:00
features * removed all microposts/follower stuff; just user sign up and login 2012-08-30 22:01:52 -05:00
lib * removed all microposts/follower stuff; just user sign up and login 2012-08-30 22:01:52 -05:00
log * initial web commit 2012-08-30 21:09:02 -05:00
public * removed all microposts/follower stuff; just user sign up and login 2012-08-30 22:01:52 -05:00
script * removed all microposts/follower stuff; just user sign up and login 2012-08-30 22:01:52 -05:00
spec Merge branch 'master' of bitbucket.org:jamkazam/jam-web 2012-10-13 17:53:11 -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 Unstyled. Change create session controls to reflect spec. 2012-09-29 11:48:23 -06:00
.rvmrc * removed all microposts/follower stuff; just user sign up and login 2012-08-30 22:01:52 -05:00
Gemfile * adding logging-rails railtie in, so that use of 'logging' gem in jam-rby works. also adds color to console out, and log rotation in production without any thought, so why not 2012-10-16 07:14:27 -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
config.ru * removed all microposts/follower stuff; just user sign up and login 2012-08-30 22:01:52 -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