norman / telescope

A highly customizable test library for Lua that allows declarative tests with nested contexts.
http://norman.github.com/telescope/
160 stars 35 forks source link

package path needs to be adjusted to run Telescope's own tests #9

Closed norman closed 12 years ago

norman commented 12 years ago

Telescope currently does not adjust the package path in its own specs. When you have Telescope installed via Luarocks, you can't run Telescope's own specs because the telescope from the system is required rather than the one in the current working directory.