mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-26 23:01:27 -04:00
Also rename the integration
directory to be acceptance
This commit is contained in:
parent
6b79cc7b30
commit
ee3442e562
17 changed files with 0 additions and 2 deletions
test/javascripts
acceptance
about-test.js.es6badges-test.js.es6create-account-user-fields-test.js.es6groups-test.js.es6header-anonymous-test.js.es6header-test-staff.js.es6login-required-test.js.es6modal-test.js.es6sign-in-test.js.es6static-test.js.es6topic-discovery-test.js.es6topic-test.js.es6unknown-test.js.es6user-card-test.js.es6user-test.js.es6users-test.js.es6
test_helper.js
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue