How can I fix the missing implicit value for parameter ta: TildeArrow in a test spec

后端 未结 7 923
臣服心动
臣服心动 2021-01-01 15:14

I\'m working on a simple test spec using spray and I can\'t get it to compile correctly, don\'t know if I\'m doing anything wrong. My version of scala is 2.9.3 and spray 1.0

7条回答
  •  走了就别回头了
    2021-01-01 15:58

    The ScalatestRouteTest already provides an implicit ActorySystem. Remove the "implicit" modifier from your actorRefFactory method and the test should get executed.

    Spray.io: Can't compile test spec

提交回复
热议问题