#include "utils.h"
#include "gtest/gtest.h"
using namespace std;
using namespace xreate;

TEST(JSON, Test1){
   string key =  Config::get("containers.id.implementations");
   EXPECT_EQ("impl_fulfill_cluster", key);
}
