func TestInterface(t *testing.T) {
	assert.Implements(t, (*opsworksiface.OpsWorksAPI)(nil), opsworks.New(nil))
}
Beispiel #2
0
func init() {
	Before("@opsworks", func() {
		World["client"] = opsworks.New(nil)
	})
}