rockspec_format = "3.0"
package = "busted-htest"
version = "dev-1"
source = {
   url = "git://github.com/hishamhm/busted-htest",
}
description = {
   summary = "A pretty output handler for Busted",
   detailed = [[
      This is an alternative output handler for Busted,
      a unit testing framework for Lua.
      It is based on the gtest output handler that
      is bundled with Busted.
   ]],
   homepage = "https://github.com/hishamhm/busted-htest",
   license = "MIT"
}
