Example #1
0
 public void Can_read_an_appsetting_by_name()
 {
     _source.GetValue("Environment").ShouldBe("test");
 }