+cam #3885 Add the ability to use an external camel context

This commit is contained in:
Thibaut Robert 2014-02-14 16:14:04 +01:00
parent b949b4475a
commit c71987f4a7
7 changed files with 62 additions and 7 deletions

View file

@ -46,6 +46,10 @@ class CamelConfigSpec extends WordSpec with Matchers {
conversions.getString("file") should be("java.io.InputStream")
conversions.entrySet.size should be(1)
}
"have correct Context Provider" in {
settings.ContextProvider.isInstanceOf[DefaultContextProvider] should be(true)
}
}
}