mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
Rename "Integration" tests to "Acceptance" tests.
The term "Acceptance" seems to have won out everywhere and I don't want our codebase to be confusing.
This commit is contained in:
parent
da9e2792eb
commit
7aa68eaeab
18 changed files with 38 additions and 21 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
import siteFixtures from 'fixtures/site_fixtures';
|
||||
|
||||
function integration(name, options) {
|
||||
module("Integration: " + name, {
|
||||
function acceptance(name, options) {
|
||||
module("Acceptance: " + name, {
|
||||
setup: function() {
|
||||
Ember.run(Discourse, Discourse.advanceReadiness);
|
||||
|
||||
|
@ -61,4 +61,4 @@ function fixture(selector) {
|
|||
return $("#qunit-fixture");
|
||||
}
|
||||
|
||||
export { integration, controllerFor, asyncTestDiscourse, fixture };
|
||||
export { acceptance, controllerFor, asyncTestDiscourse, fixture };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue