Re the <scope>
devanbu opened this issue · 0 comments
devanbu commented
Thanks for a great tutorial. The tests ran fine, sans pain. After testing I had trouble getting the Mongo db to come up when running, however, so I could try it from the browser. I discovered that if I changed the <scope>
on the mongodb dependencies from tests
to runtime
the tests ran fine and the mongo server also came up. I might have been doing something wrong, but passing this along just in case.
Thank you!