Also rename the `integration` directory to be `acceptance`
This commit is contained in:
parent
6b79cc7b30
commit
ee3442e562
|
@ -127,8 +127,6 @@ var helpers = require("helpers/qunit-helpers");
|
||||||
window.asyncTestDiscourse = helpers.asyncTestDiscourse;
|
window.asyncTestDiscourse = helpers.asyncTestDiscourse;
|
||||||
window.controllerFor = helpers.controllerFor;
|
window.controllerFor = helpers.controllerFor;
|
||||||
window.fixture = helpers.fixture;
|
window.fixture = helpers.fixture;
|
||||||
window.integration = helpers.integration;
|
|
||||||
|
|
||||||
|
|
||||||
Ember.keys(requirejs.entries).forEach(function(entry) {
|
Ember.keys(requirejs.entries).forEach(function(entry) {
|
||||||
if ((/\-test/).test(entry)) {
|
if ((/\-test/).test(entry)) {
|
||||||
|
|
Loading…
Reference in New Issue