Sha256: 788555af95736dc17a248a777dd7fc5c13fdfe6f1238b8cfdd00f9449c134973

Contents?: true

Size: 135 Bytes

Versions: 18

Compression:

Stored size: 135 Bytes

Contents

Ct.module('HelloWorld tests');

// TODO: Write real tests
Ct.test('truth', function(t){
  t.ok(true, 'should be true');
});

Ct.run();

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
bpm-1.0.0 spec/fixtures/projects/hello_world/tests/main-test.js
bpm-1.0.0.rc.4 spec/fixtures/projects/hello_world/tests/main-test.js
bpm-1.0.0.rc.3 spec/fixtures/projects/hello_world/tests/main-test.js
bpm-1.0.0.rc.2 spec/fixtures/projects/hello_world/tests/main-test.js
bpm-1.0.0.rc.1 spec/fixtures/projects/hello_world/tests/main-test.js
bpm-1.0.0.beta.13 spec/fixtures/projects/hello_world/tests/main-test.js
bpm-1.0.0.beta.12 spec/fixtures/projects/hello_world/tests/main-test.js
bpm-1.0.0.beta.11 spec/fixtures/projects/hello_world/tests/main-test.js
bpm-1.0.0.beta.10 spec/fixtures/projects/hello_world/tests/main-test.js
bpm-1.0.0.beta.9 spec/fixtures/projects/hello_world/tests/main-test.js
bpm-1.0.0.beta.8 spec/fixtures/projects/hello_world/tests/main-test.js
bpm-1.0.0.beta.6 spec/fixtures/projects/hello_world/tests/main-test.js
bpm-1.0.0.beta.5 spec/fixtures/projects/hello_world/tests/main-test.js
bpm-1.0.0.beta.4 spec/fixtures/projects/hello_world/tests/main-test.js
bpm-0.1.4 spec/fixtures/hello_world/tests/main-test.js
bpm-0.1.3 spec/fixtures/hello_world/tests/main-test.js
bpm-0.1.2 spec/fixtures/hello_world/tests/main-test.js
bpm-0.1.0 spec/fixtures/hello_world/tests/main-test.js