blob: d157fd20376f4141121f304a28bdfde8f31c3556 [file] [log] [blame]
describe("helper", function() {
it("should load the helpers", function() {
var expectation= expect(true);
expect(typeof(expectation.toHaveProperty)).toBe('function');
});
});