Sha256: 775166d4b7a4ee9df577031c4854778cadc0ffcf29d94bf3b1329943b6a4b426

Contents?: true

Size: 214 Bytes

Versions: 1

Compression:

Stored size: 214 Bytes

Contents

module("TDD JavaScript, Rails 3.1 and the Asset Pipeline");

test("Are you TDD'ing your JS?", function(){
  expect( 1 );

  var tests = "No tests D:";
  equals( tests, "Lots of tests :D", "How many tests?" );
});

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
test_track-0.0.3 test/dummy/test/javascripts/qunit_example.js