summaryrefslogtreecommitdiffstats
path: root/tests/integration/explore.bats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/explore.bats')
-rw-r--r--tests/integration/explore.bats12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/integration/explore.bats b/tests/integration/explore.bats
new file mode 100644
index 000000000..7407dc8a8
--- /dev/null
+++ b/tests/integration/explore.bats
@@ -0,0 +1,12 @@
+#!/usr/bin/env bats
+
+load "helpers/settings"
+
+TESTSUITE="Explore"
+
+@test "[$TESTSUITE] Create new" {
+ curl --fail "$NC_FEED"
+
+ run ./occ news:generate-explore --votes 100 "$NC_FEED"
+ [ "$status" -eq 0 ]
+} \ No newline at end of file