@Test
public void shouldSelectNodeJsByDescriptionRegex() {
// pre-conditions
List<StandaloneCartridge> standaloneCartridges = Arrays.asList(
new StandaloneCartridge("bingobongo"),
new StandaloneCartridge("bongomongo"),
new StandaloneCartridge("nodejs-0.6", null,
"Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, "
+ "scalable network applications. Node.js is perfect for data-intensive real-time "
+ "applications that run across distributed devices."
, false)
);