Skip to content

Commit

Permalink
Making the Nancy bootstrapper public
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcampbell committed Apr 13, 2015
1 parent 3aee6c6 commit 29a95ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

namespace PactNet.Mocks.MockHttpService.Nancy
{
internal class MockProviderNancyBootstrapper : DefaultNancyBootstrapper
public class MockProviderNancyBootstrapper : DefaultNancyBootstrapper
{
private readonly string _pactFileDirectory;

Expand Down

0 comments on commit 29a95ad

Please sign in to comment.