Skip to content

Commit

Permalink
fixed the visibility of AllExpectations.fragmentsFactory. closes #651
Browse files Browse the repository at this point in the history
  • Loading branch information
etorreborre committed Apr 14, 2018
1 parent 9129433 commit 09706de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ trait AllExpectations extends StoredExpectations with FragmentsFactory with Spec
/**
* @return an example factory which will take the stored results and make them the example result
*/
implicit override def fragmentFactory: FragmentFactory =
implicit override protected def fragmentFactory: FragmentFactory =
new ContextualFragmentFactory(super.fragmentFactory, (env: Env) => resultsContext(storedResults))

/**
Expand Down

0 comments on commit 09706de

Please sign in to comment.