DEV: Prefix all test names (#238)
This commit is contained in:
@@ -3,7 +3,7 @@ import { test } from "qunit";
|
||||
import { acceptance, count } from "discourse/tests/helpers/qunit-helpers";
|
||||
import { stubStripe } from "discourse/plugins/discourse-subscriptions/helpers/stripe";
|
||||
|
||||
acceptance("Discourse Subscriptions", function (needs) {
|
||||
acceptance("Subscriptions", function (needs) {
|
||||
needs.user();
|
||||
needs.hooks.beforeEach(function () {
|
||||
stubStripe();
|
||||
|
||||
@@ -20,7 +20,7 @@ function singleProductPretender() {
|
||||
});
|
||||
}
|
||||
|
||||
acceptance("Discourse Subscriptions", function (needs) {
|
||||
acceptance("Subscriptions", function (needs) {
|
||||
needs.user();
|
||||
needs.hooks.beforeEach(function () {
|
||||
stubStripe();
|
||||
|
||||
Reference in New Issue
Block a user