Merge branch 'master' of woodyfolsom.net:/opt/git/cs6601p2
Conflicts: src/net/woodyfolsom/cs6601/p2/BayesChef.java
This commit is contained in:
@@ -24,7 +24,6 @@ public class RecipeBookReaderTest {
|
||||
assertThat(recipeBook.getSize(), is(equalTo(25)));
|
||||
|
||||
Recipe recipe = recipeBook.getRecipe(0);
|
||||
System.out.println(recipe.getHead().getTitle());
|
||||
assertThat(recipe.getHead().getTitle(), is(equalTo("Honey cake")));
|
||||
assertTrue(recipe.getIngredients().contains(TYPE.EGGS));
|
||||
assertTrue(recipe.getIngredients().contains(TYPE.GLUTEN));
|
||||
|
||||
Reference in New Issue
Block a user