summaryrefslogtreecommitdiff
path: root/users/test/integration/browser/account_test.rb
AgeCommit message (Expand)Author
2013-09-18user.account shortcut to Account.new(user)Azul
2013-09-04use /login instead of /sessions/new and test successful loginAzul
2013-09-03Merge pull request #73 from azul/bugfix/3623-teardown-test-data-properlyjessib
2013-09-03cleanup records after running user integration testsAzul
2013-09-03integration test for displaying internal server error during signupAzul
2013-08-21use the same login validations on sessions and usersAzul
2013-08-08close srp vulnerability and report error in webappAzul
2013-08-07integration test exploiting srp vulnerabilityAzul
2013-07-16ensure the page has been reloaded before testing current_pathAzul
2013-07-15require test_helper from account test so it can be run in isolationAzul
2013-07-14make sure capybara runs the whole rack appAzul
2013-07-14we do not expose M2 in srp.js anymore.Azul
2013-07-14js integration test for signup, login, logoutAzul