Sha256: 440293f8722a2a5d58f05bc19c936ec5b71936a8df30e7b6fd8b941920c4c4eb

Contents?: true

Size: 177 Bytes

Versions: 2

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

2 entries across 2 versions & 1 rubygems

Version Path
test_squad-0.1.0 lib/generators/test_squad/install/templates/ember/router_test.js
test_squad-0.0.1 lib/generators/test_squad/install/templates/ember/router_test.js