diff --git a/Gruntfile.js b/Gruntfile.js index ce9f8ef..59f89ff 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -54,6 +54,9 @@ module.exports = function( grunt ) { } }, concat: { + options: { + process: true + }, mockAjax: { src: [ 'src/requireAjax.js', diff --git a/lib/mock-ajax.js b/lib/mock-ajax.js index 7bb5615..0148ff3 100644 --- a/lib/mock-ajax.js +++ b/lib/mock-ajax.js @@ -1,6 +1,6 @@ /* -Jasmine-Ajax : a set of helpers for testing AJAX requests under the Jasmine +Jasmine-Ajax - v3.0.0: a set of helpers for testing AJAX requests under the Jasmine BDD framework for JavaScript. http://github.com/pivotal/jasmine-ajax diff --git a/src/requireAjax.js b/src/requireAjax.js index 3659239..45588ea 100644 --- a/src/requireAjax.js +++ b/src/requireAjax.js @@ -1,6 +1,6 @@ /* -Jasmine-Ajax : a set of helpers for testing AJAX requests under the Jasmine +Jasmine-Ajax - v<%= packageVersion %>: a set of helpers for testing AJAX requests under the Jasmine BDD framework for JavaScript. http://github.com/pivotal/jasmine-ajax