Sha256: 94ff0333df7cd628ae6a173d6666c81b70a6f1a9250a7a2e90a2f2d2ae6a976a

Contents?: true

Size: 480 Bytes

Versions: 1

Compression:

Stored size: 480 Bytes

Contents

//sinon.config.useFakeTimers = false;

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?" );
});

// Use this to test whether or not Sinon is messing with your timers

//asyncTest("timeout should something something", function(){
   //setTimeout(function(){
         //start();
         //ok(true, "Yay!");
   //}, 1);
//});

Version data entries

1 entries across 1 versions & 1 rubygems

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