summaryrefslogtreecommitdiff
path: root/test/integration/browser/account_livecycle_test.rb
AgeCommit message (Collapse)Author
2016-05-23move signup from users to account_controllerAzul
There was a lot of special case handling going on in the users_controller for this. Lot simpler this way.
2016-05-02split up integration account testAzul
AccountLivecycleTest -> CRUD accounts SecurityTest -> security specific tests AdminTest -> admin specific tests