packages feed

formal-0.1.0: lib/jasmine-node/spec/helper_spec.js

describe("helper", function() {
  it("should load the helpers", function() {
    var expectation= expect(true);
    
    expect(typeof(expectation.toHaveProperty)).toBe('function');
  });
});