aboutsummaryrefslogtreecommitdiff
path: root/.busted
blob: a77c8dae83b384d7ecce5818ca213281e592c2a7 (plain)
1
2
3
4
5
6
7
8
return {
   default = {
      output = "gtest",
      verbose = true,
      helper = "spec.util.test_env",
      ["auto-insulate"] = false
   }
}