Go to file
Seth Call d491025e3b Merge branch 'master' of bitbucket.org:jamkazam/jam-web 2012-12-30 20:25:35 -06:00
app VRFS-159 fixed bugs / added unit tests 2012-12-30 09:39:59 -05:00
config Completing password reset 2012-12-27 23:31:12 -08: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 Add FTUE screens to create Session cucumber feature 2012-12-16 15:52:17 -07:00
lib merge 2012-12-16 12:40:31 -08: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 *VRFS-188; package is built if you specify PACKAGE=1 as an env var when building 2012-12-30 20:25:24 -06:00
spec VRFS-159 fixed bugs / added unit tests 2012-12-30 09:39:59 -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-17; can create a session, find the other; not joining yet 2012-12-14 21:22:00 -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-188; package is built if you specify PACKAGE=1 as an env var when building 2012-12-30 20:25:24 -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 *VRFS-188; package is built if you specify PACKAGE=1 as an env var when building 2012-12-30 20:25:24 -06:00
config.ru * removed all microposts/follower stuff; just user sign up and login 2012-08-30 22:01:52 -05:00
jenkins * jam-web getting ready to build tests 2012-11-18 01:56:50 -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