DevSpaceDescribe annotates the test with the label.
(text string, body func())
| 4 | |
| 5 | // DevSpaceDescribe annotates the test with the label. |
| 6 | func DevSpaceDescribe(text string, body func()) bool { |
| 7 | return ginkgo.Describe("[pullsecret] "+text, body) |
| 8 | } |