2015-06-09 71 views
0

我正在從Specs2 2.3.12升級到3.6.1,並且無法確定哪個依賴包含在build.sbt中以吸引AroundOutside特徵。哪些Specs2依賴包含AroundOutside?

我已經包含Installation doc中列出的所有依賴關係,但仍獲得object AroundOutside is not a member of package org.specs2.specification

AroundOutside性狀記錄在here

回答

0

AroundOutside已在3.x中從specs2中刪除。您可以使用Foreach[T]特徵代替類似的功能。

+0

如果您在遷移時遇到問題,請張貼一些代碼。 – Eric

+0

我遇到了遷移問題 - 請參閱是否可以幫助http://stackoverflow.com/questions/30839582/specs2-wrap-unit-test-in-database-transaction – ic3b3rg