Example #1
0
 public void should_return_true_for_scene_names(string title)
 {
     SceneChecker.IsSceneTitle(title).Should().BeTrue();
 }