rename to run with node.js jasmine
[mkws-moved-to-github.git] / test / spec / true.spec.js
1
2 describe("A suite", function() {
3   it("contains spec with an expectation", function() {
4     expect(true).toBe(true);
5   });
6 });