+cam #3885 Add the ability to use an external camel context
This commit is contained in:
parent
b949b4475a
commit
c71987f4a7
7 changed files with 62 additions and 7 deletions
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue