235
236
next = self.factory.makeDistroSeries(mint)
236
237
spec = self.factory.makeSpecification(distribution=mint)
237
238
spec.proposeGoal(next, mint.owner)
239
241
foo_c.proposeGoal(next, mint.owner)
241
244
foo_a = self.factory.makeSpecification(name='foo-a')
242
245
vocab = self.getVocabularyForSpec(spec)
243
246
results = vocab.searchForTerms('foo')