Go to file
Brian Smith c8550c2e85 VRFS-633 VRFS-636 added log statements and minor refactor 2013-09-06 08:34:57 -04:00
app VRFS-633 VRFS-636 added log statements and minor refactor 2013-09-06 08:34:57 -04:00
config * removing extra whitespace added in autoload_paths 2013-08-29 13:42:25 +00: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-586 - whitespace issues 2013-08-29 14:49:23 +00:00
log * change all occurrences of Jamkazam to JamKazam in public web code 2013-07-31 09:00:36 -05: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 * bringing back register new driver line 2013-09-02 16:51:40 +00: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 * VRFS-555 - workaround for whatever ails this bug 2013-08-18 02:36:07 +00:00
Gemfile * bringing back register new driver line 2013-09-02 16:51:40 +00: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 * taking off local of bundle install 2013-09-02 16:41:16 +00:00
config.ru * removed all microposts/follower stuff; just user sign up and login 2012-08-30 22:01:52 -05:00
jenkins * fixing to make arch sniff 2013-07-19 20:46:19 -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