Go to file
Jonathan Kolyer 467ff2e1fe vrfs-360: tried new keytool import command 2013-06-26 08:13:02 -07:00
app t pushMerge branch 'master' of bitbucket.org:jamkazam/jam-web 2013-06-26 09:55:06 -05:00
config * carrierwave to use public 2013-06-26 09:54:58 -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 VRFS-107 session join / departure notifications 2013-06-25 23:12:01 -04:00
log remove log file 2013-03-31 17:50:43 -04:00
public vrfs-360: tried new keytool import command 2013-06-26 08:13:02 -07:00
script * removing comment from upstart file 2013-01-20 18:10:19 -06:00
spec * making sure 'congrtulations.js' doesn't mix in with main client page 2013-06-25 20:04:17 -05:00
test * initial web commit 2012-08-30 21:09:02 -05:00
vendor * making sure 'congrtulations.js' doesn't mix in with main client page 2013-06-25 20:04:17 -05:00
.gitignore * VRFS-311 and VRFS-312; javascript-based tests 2013-05-15 15:53:19 -05:00
.ruby-gemset * merged 2013-05-30 21:07:33 -05:00
.ruby-version * merged 2013-05-30 21:07:33 -05:00
Gemfile * merged 2013-05-30 21:07:33 -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 * making sure 'congrtulations.js' doesn't mix in with main client page 2013-06-25 20:04:17 -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