mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
Also rename the integration
directory to be acceptance
This commit is contained in:
@ -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)) {
|
||||||
|
Reference in New Issue
Block a user