//
// Read in the Ruby POM
//
RubyModelReader rubyModelReader = new RubyModelReader();
final PolyglotModelManager modelManager = new PolyglotModelManager() {
{
mappings = new ArrayList<Mapping>();
}
};
modelManager.addMapping( new RubyMapping() );
rubyModelReader.executeManager = new ExecuteManagerImpl() {
{
log = new ConsoleLogger( Logger.LEVEL_INFO, "test" );
manager = modelManager;
}