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