mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 10:57:16 +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:
@ -1,4 +1,5 @@
|
||||
integration("User");
|
||||
import { acceptance } from "helpers/qunit-helpers";
|
||||
acceptance("User");
|
||||
|
||||
function hasStream() {
|
||||
andThen(() => {
|
||||
|
Reference in New Issue
Block a user