wip: changed after cassandra.yaml -> spring-cassandra.yaml

This commit is contained in:
Matthew Adams
2013-12-09 16:47:35 -06:00
parent 9bf80488c1
commit 4f78a0b57f

View File

@@ -19,7 +19,7 @@ public abstract class AbstractIntegrationTest {
@BeforeClass
public static void startCassandra() throws ConfigurationException, TTransportException, IOException {
EmbeddedCassandraServerHelper.startEmbeddedCassandra("cassandra.yaml");
EmbeddedCassandraServerHelper.startEmbeddedCassandra("spring-cassandra.yaml");
}
@Inject