summaryrefslogtreecommitdiffstats
path: root/tests/integration/explore.bats
blob: 7407dc8a89187e8ac9bdc6831306b5407294ae61 (plain)
1
2
3
4
5
6
7
8
9
10
11
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 ]
}