Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
tototoshi committed Mar 8, 2013
1 parent b90094e commit b13d0b2
Showing 1 changed file with 4 additions and 2 deletions.
Expand Up @@ -34,8 +34,10 @@ class TypesafeConfigReaderSpec extends FunSpec with ShouldMatchers {
}

describe ("When configuration file is empty") {
intercept[ConfigurationException] {
emptyConfigReader.readJDBCSettings('foo) should be (None)
it ("throws Configuration Exception") {
intercept[ConfigurationException] {
emptyConfigReader.readJDBCSettings('foo) should be (None)
}
}
}

Expand Down

0 comments on commit b13d0b2

Please sign in to comment.