aboutsummaryrefslogtreecommitdiffstats
path: root/build/integration/setup_features/setup.feature
diff options
context:
space:
mode:
Diffstat (limited to 'build/integration/setup_features/setup.feature')
-rw-r--r--build/integration/setup_features/setup.feature7
1 files changed, 7 insertions, 0 deletions
diff --git a/build/integration/setup_features/setup.feature b/build/integration/setup_features/setup.feature
new file mode 100644
index 00000000000..5fb2ff16330
--- /dev/null
+++ b/build/integration/setup_features/setup.feature
@@ -0,0 +1,7 @@
+# SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
+# SPDX-License-Identifier: AGPL-3.0-or-later
+Feature: setup
+
+ Scenario: setup page is shown properly
+ When requesting "/index.php" with "GET"
+ Then the HTTP status code should be "200"