diff options
| author | Vojta Jina | 2013-08-20 14:41:27 -0700 | 
|---|---|---|
| committer | Vojta Jina | 2013-08-23 12:43:42 -0700 | 
| commit | b89a4e49b922894f93d5cc69e00016f157dee625 (patch) | |
| tree | f2c1fdc470b686d4faaa18a11449bdba4f361fbc /test/ng/httpBackendSpec.js | |
| parent | eefcdad013b56d5d3a05c0b2137a5860091b2575 (diff) | |
| download | angular.js-b89a4e49b922894f93d5cc69e00016f157dee625.tar.bz2 | |
test: rename / remove duplicate unit tests
Diffstat (limited to 'test/ng/httpBackendSpec.js')
| -rw-r--r-- | test/ng/httpBackendSpec.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/test/ng/httpBackendSpec.js b/test/ng/httpBackendSpec.js index c65ab2e1..d533d5f8 100644 --- a/test/ng/httpBackendSpec.js +++ b/test/ng/httpBackendSpec.js @@ -376,7 +376,7 @@ describe('$httpBackend', function() {      }); -    it('should convert 0 to 200 if content - relative url', function() { +    it('should convert 0 to 404 if no content - relative url', function() {        $backend = createHttpBackend($browser, MockXhr, null, null, null, 'file');        $backend('GET', '/whatever/index.html', null, callback); | 
