// $(function () {
//
//     module("bootstrap-popover")
//
//       test("should be defined on jquery object", function () {
//         ok($(document.body).popover, 'popover method is defined')
//       })
//
//       test("should return element", function () {
//         ok($(document.body).popover()[0] == document.body, 'document.body returned')
//       })
//
// })