mirror of
https://github.com/Febbweiss/CloudBudget-AngularJS.git
synced 2026-03-04 22:35:38 +00:00
Feature: get user's accounts
This commit is contained in:
@@ -78,7 +78,7 @@ describe('LoginController', function() {
|
||||
loginController.login();
|
||||
$timeout.flush();
|
||||
|
||||
$location.path().should.be.equal('/');
|
||||
$location.path().should.be.equal('/accounts');
|
||||
}));
|
||||
|
||||
it('should fail to log', inject(function($controller, $location) {
|
||||
|
||||
Reference in New Issue
Block a user