return {
   default = {
      output = "gtest",
      verbose = true,
      ["exclude-pattern"] = "sum_spec", -- do not run spec files inside fixture
      helper = "spec.util.test_env",
      ["auto-insulate"] = false
   }
}