Add the test configuration.
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ class IndicatorRepositorySpec extends Specification {
|
||||
DataBaseConnection dbc
|
||||
|
||||
def setupSpec() {
|
||||
db = (new LoadDataBaseConfigFromEnvFile()).load()
|
||||
db = (new LoadDataBaseConfigFromEnvFile()).load("db.testing")
|
||||
dbc = new DataBaseConnection(db)
|
||||
|
||||
IndicatorRepository repo = new IndicatorRepository(dbc)
|
||||
|
||||
Reference in New Issue
Block a user