Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-17 | integration tests for session expiry | Azul | |
2013-07-16 | ensure the page has been reloaded before testing current_path | Azul | |
This test would fail sometimes on assert_equal '/', current_path I believe it was a timing issue. page.has_content? will wait for the content to show up. So afterwards the current_path should always be correct. | |||
2013-07-14 | make sure capybara runs the whole rack app | Azul | |
We use port 3003 for the integration test server. This test takes a few seconds (~8) now. Most of this is startup time of the server. A second run still takes 2 seconds like before. | |||
2013-07-14 | js integration test for signup, login, logout | Azul | |
2012-11-19 | use latest mocha version without monkey patching :) | Azul | |
2012-11-04 | fixing tests, including support files from all engines | Azul | |
2012-10-05 | adding mocha for tests | Azul | |
2012-09-27 | Adding in what used to be leap webapp demo | Azul | |
we're merging repositories into one |