Skip to content
This repository has been archived by the owner on Dec 1, 2017. It is now read-only.

Commit

Permalink
Fixed wrong require for underscore.
Browse files Browse the repository at this point in the history
  • Loading branch information
DrDub committed Dec 5, 2012
1 parent 605cf92 commit 58071f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/arrays_spec.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local _ = require("underscore")
local _ = require("lib/underscore")

describe("#first", function()
local numbers = {1,2,3}
Expand Down

0 comments on commit 58071f4

Please sign in to comment.