From 5a56cfd97b7dda4fda61778faa063f618c8c47c9 Mon Sep 17 00:00:00 2001 From: Shuvalov Anton Date: Mon, 13 Apr 2015 18:16:14 +0300 Subject: [PATCH] rename params test to options test --- test/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.js b/test/index.js index 7977b9a..0773521 100644 --- a/test/index.js +++ b/test/index.js @@ -93,7 +93,7 @@ describe('textr', function() { }); - describe('params', function() { + describe('options', function() { it('should pass options through each middleware', function() { textr({ locale: 'ru' }) .use(function(text, opts) {