Skip to content

Commit

Permalink
ftest: WIP: Add spec for testing queries
Browse files Browse the repository at this point in the history
  • Loading branch information
rsenden committed Jul 14, 2023
1 parent 703791c commit f03eb58
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
package com.fortify.cli.ftest.core;

import com.fortify.cli.ftest._common.Fcli
import com.fortify.cli.ftest._common.spec.FcliBaseSpec
import com.fortify.cli.ftest._common.spec.Prefix

@Prefix("core.query")
class QuerySpec extends FcliBaseSpec {
def "contains"() {
expect:
// TODO Implement this (and many other) spec, using sample data from
// "fcli util sample-data list", making sure that we cover for
// example https://github.com/fortify/fcli/issues/344
true
}
}

0 comments on commit f03eb58

Please sign in to comment.