Go to file
Brian Smith c40460e3fb VRFS-274 more sidebar updates 2013-03-09 22:00:34 -05:00
app VRFS-274 more sidebar updates 2013-03-09 22:00:34 -05:00
config vrfs192: added TEST_CONNECT_STATES bracked for connection states testing logic; added Capaybara::Poltergeist support; added connection_state.html.rb and associated actions/routes/tests for running connection state test suite in dev or test env 2013-02-28 19:51:15 -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 tests for no FTUE at the moment. 2013-02-15 09:15:18 -07:00
lib * VRFS-238 done 2013-02-07 21:11:47 -06:00
log VRFS-212 Find Session work 2013-01-25 03:00:53 -05:00
public * VRFS-238; oops forgot 403.html 2013-02-07 21:16:07 -06:00
script * removing comment from upstart file 2013-01-20 18:10:19 -06:00
spec vrfs192: added assertion that all expected js functions are called without error 2013-02-28 20:31:56 -06: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 * adding test file to satisfy carrierwave-based model 2013-02-12 23:39:53 -06:00
.rvmrc * updating to latest ruby; I've seen this work on build server 2012-12-06 06:35:32 -06:00
Gemfile vrfs192: added TEST_CONNECT_STATES bracked for connection states testing logic; added Capaybara::Poltergeist support; added connection_state.html.rb and associated actions/routes/tests for running connection state test suite in dev or test env 2013-02-28 19:51:15 -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 * remove prebuilt assets ; the right way this time 2013-02-03 20:35:32 -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