mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +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
|
@ -1,4 +1,5 @@
|
|||
integration("Static");
|
||||
import { acceptance } from "helpers/qunit-helpers";
|
||||
acceptance("Static");
|
||||
|
||||
test("Static Pages", () => {
|
||||
visit("/faq");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue