@Override
protected void setUp() throws Exception {
Map<String, String> types = new HashMap<String, String>();
types.put("txt", "text/plain");
RailsConfig config = new RailsConfig();
config.setRailsRoot("src/test/rails");
service = new RailsFileService();
service.setRailsConfig(config);
service.start();