summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2013-09-17integration tests for session expiryAzul
2013-09-03integration test for displaying internal server error during signupAzul
2013-09-03Test the error handling of json and html responsesAzul
2013-07-24validations of email format and local domain moved overAzul
2013-07-16ensure the page has been reloaded before testing current_pathAzul
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-14make sure capybara runs the whole rack appAzul
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-14js integration test for signup, login, logoutAzul
2013-07-01print couch version in test couch setupAzul
This way we can track down couch version related issues on travis.
2013-03-06simulate couch migration workflow on travisAzul
* first setup couch similar to what we'll have on the platform * then run migrations as admin * then drop admin privileges * then proceed with the normal test script
2013-01-11basic dummy data for usersAzul
2012-11-19use latest mocha version without monkey patching :)Azul
2012-11-04fixing tests, including support files from all enginesAzul
2012-10-24basic admin controller methods and helpers + testsAzul
2012-10-11fixed cert tests - adding test data and not testing the inline cert download ↵Azul
filename
2012-10-11lets not track the logs in version controllAzul
2012-10-08removed tmp cache files in dummy test dirAzul
2012-10-08use couchrest session store in core, updated dummy pathAzul
2012-10-05adding mocha for testsAzul
2012-09-27Adding in what used to be leap webapp demoAzul
we're merging repositories into one