Beispiel #1
0
 public void relative_path_of_application_files()
 {
     view1.RelativePath().ShouldEqual("View1.cshtml");
     view2.RelativePath().ShouldEqual("Folder1/View2.cshtml");
 }
Beispiel #2
0
 public void relative_path_of_bottle_files()
 {
     view3.RelativePath().ShouldEqual("View3.cshtml");
     view4.RelativePath().ShouldEqual("Folder1/Folder2/View4.cshtml");
 }