Also rename the integration directory to be acceptance

This commit is contained in:
Robin Ward 2015-04-06 15:47:39 -04:00
parent 6b79cc7b30
commit ee3442e562
17 changed files with 0 additions and 2 deletions

View File

@ -127,8 +127,6 @@ var helpers = require("helpers/qunit-helpers");
window.asyncTestDiscourse = helpers.asyncTestDiscourse;
window.controllerFor = helpers.controllerFor;
window.fixture = helpers.fixture;
window.integration = helpers.integration;
Ember.keys(requirejs.entries).forEach(function(entry) {
if ((/\-test/).test(entry)) {