Sha256: a57ddf9dfff2cbd407a8c048a99dde8bb6a197cdc47980ba75bdbf49b84817fd

Contents?: true

Size: 177 Bytes

Versions: 3

Compression:

Stored size: 177 Bytes

Contents

module("Router", {setup: function(){
  App.reset();
}});

test("root route", function() {
  visit("/");

  andThen(function(){
    equal(currentRouteName(), "index");
  });
});

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
test_squad-0.1.3 lib/generators/test_squad/install/templates/ember/router_test.js
test_squad-0.1.2 lib/generators/test_squad/install/templates/ember/router_test.js
test_squad-0.1.1 lib/generators/test_squad/install/templates/ember/router_test.js