• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1-- Configuration for unit tests
2-- See: http://olivinelabs.com/busted/
3return {
4	default = {
5		lpath = "./?.lua",
6		["auto-insulate"] = false,
7	}
8}