Skip to content

Commit

Permalink
should = should is weird and was not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
smitelli committed Apr 13, 2015
1 parent 8240266 commit 4c27cd7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/leroux-cache.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
'use strict';

var cache = require('../'),
should = should;
var cache = require('../');

describe('leroux-cache', function () {
var c;
Expand Down

0 comments on commit 4c27cd7

Please sign in to comment.