it "finds settings by the given name prefixed with 'feature.' and returns its presence" do
      Setting["feature.f1"] = "active"
      Setting["feature.f2"] = true
      Setting["feature.f3"] = false
      Setting["feature.f4"] = ""