Ejemplo n.º 1
0
 public void When_I_run_Frankie()
 {
     var options = new BaseOptions
         {
             Output = BasePath + "/_site",
             Source = BasePath,
         };
     var command = new RunCommand();
     command.ExecuteCommand(options);
 }