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:
@@ -97,7 +97,7 @@ describe('RegisterController', function() {
|
||||
$httpBackend.flush();
|
||||
$timeout.flush();
|
||||
|
||||
$location.path().should.be.equal('/');
|
||||
$location.path().should.be.equal('/accounts');
|
||||
}));
|
||||
|
||||
it('should fail to register on bad parameter', inject(function($controller, $httpBackend, $location) {
|
||||
|
||||
Reference in New Issue
Block a user