aboutsummaryrefslogtreecommitdiffstats
path: root/test/BrowserSpecs.js
diff options
context:
space:
mode:
authorVojta Jina2011-05-19 17:38:23 +0200
committerIgor Minar2011-05-19 09:43:56 -0700
commit805e083c243655bfaed3c5431dc0f402cb27fcb4 (patch)
tree5b5c85e0429a13da3d3d73265926984dc0663800 /test/BrowserSpecs.js
parent1abdc097b235366759a889bdcc68359653a9b8a3 (diff)
downloadangular.js-805e083c243655bfaed3c5431dc0f402cb27fcb4.tar.bz2
Remove trailing white spaces from all source files
find . -name "*.js" -print | xargs sed -Ei s/[[:space:]]*$//
Diffstat (limited to 'test/BrowserSpecs.js')
-rw-r--r--test/BrowserSpecs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/BrowserSpecs.js b/test/BrowserSpecs.js
index 5a18e1b9..45fb0ed9 100644
--- a/test/BrowserSpecs.js
+++ b/test/BrowserSpecs.js
@@ -123,7 +123,7 @@ describe('browser', function(){
expect(code).toEqual(202);
expect(response).toEqual('RESPONSE');
});
-
+
it('should not set Content-type header for GET requests', function() {
browser.xhr('GET', 'URL', 'POST-DATA', function(c, r) {});