summaryrefslogtreecommitdiff
path: root/vendor/github.com/onsi/ginkgo/integration/_fixtures/suite_command_tests/suite_command.go
blob: 1d6704881485b98804cd7c97897d47df51a0edfb (plain)
1
2
3
4
5
6
7
8
9
package suite_command

func Tested() string {
	return "tested"
}

func Untested() string {
	return "untested"
}