Skip to content

Commit

Permalink
Removing unnecessary 'require' (issue #18).
Browse files Browse the repository at this point in the history
  • Loading branch information
jagoda committed Sep 21, 2013
1 parent 6b91912 commit 758eba2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/server_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -487,8 +487,7 @@ describe("A server", function () {

describe("plugin", function () {

var server = require(".."),
serverUrl = "https://foo:12345/";
var serverUrl = "https://foo:12345/";

afterEach(function () {
server.unloadPlugins();
Expand Down

0 comments on commit 758eba2

Please sign in to comment.