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:
Robin Ward
2015-04-06 14:14:00 -04:00
parent da9e2792eb
commit 7aa68eaeab
18 changed files with 38 additions and 21 deletions

View File

@ -1,6 +1,6 @@
import { integration } from "helpers/qunit-helpers";
import { acceptance } from "helpers/qunit-helpers";
integration("Create Account - User Fields", {
acceptance("Create Account - User Fields", {
site: {
user_fields: [{"id":34,"name":"I've read the terms of service","field_type":"confirm","required":true},
{"id":35,"name":"What is your pet's name?","field_type":"text","required":true},