Skip to content

Commit

Permalink
removed old tests
Browse files Browse the repository at this point in the history
  • Loading branch information
masylum committed Mar 7, 2011
1 parent 2fc1281 commit b7765d4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 102 deletions.
1 change: 0 additions & 1 deletion lib/dialect.js
Expand Up @@ -150,7 +150,6 @@ module.exports = function (options) {
_options.base_locale = _options.base_locale || 'en';
_options.current_locale = _options.current_locale || 'en';
_options.locales = _options.locales || ['en'];
//_options.cache_interval = _options.cache_interval || 1200; // 20 min

['current_locale', 'base_locale'].forEach(function (conf) {
DIALECT.config(conf, _options[conf]);
Expand Down
101 changes: 0 additions & 101 deletions test/dialect_test.js

This file was deleted.

0 comments on commit b7765d4

Please sign in to comment.