Sha256: 17e0acb58244eb6b8075978bc9aff25e4448974fbe8f23ab303089176a8b61ee

Contents?: true

Size: 336 Bytes

Versions: 5

Compression:

Stored size: 336 Bytes

Contents

//= require application
//= require_self
//= require_tree ./components
//= require_tree ./models
//= require_tree ./routes
//= require_tree ./unit
//= require_tree ./views

// Set the application.
App = <%= app_class_name %>;

// Set up Ember testing.
App.rootElement = '#ember-testing';
App.setupForTesting();
App.injectTestHelpers();

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
test_squad-0.1.3 lib/generators/test_squad/install/templates/ember/test_helper.js.erb
test_squad-0.1.2 lib/generators/test_squad/install/templates/ember/test_helper.js.erb
test_squad-0.1.1 lib/generators/test_squad/install/templates/ember/test_helper.js.erb
test_squad-0.1.0 lib/generators/test_squad/install/templates/ember/test_helper.js.erb
test_squad-0.0.1 lib/generators/test_squad/install/templates/ember/test_helper.js.erb