Skip to content

Commit

Permalink
rename params test to options test
Browse files Browse the repository at this point in the history
  • Loading branch information
A committed Apr 13, 2015
1 parent e4c4dfb commit 5a56cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 5a56cfd

Please sign in to comment.