mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-30 04:20:53 +00:00
Conver to regular Go vendor + dep tool
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
// +build integration
|
||||
|
||||
//Package performance provides gucumber integration tests support.
|
||||
package performance
|
||||
|
||||
import (
|
||||
"github.com/gucumber/gucumber"
|
||||
)
|
||||
|
||||
func init() {
|
||||
gucumber.Before("@performance", func() {
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user