FlatSpecHelper dependency missing in finagle 1.6.0 #189
Comments
Same here. The problem seems to be this commit 5c2395f Apparently that commit wanted to remove Scalatest as a the dependency for the apps using the framework (and keep it as a dependency of building the framework). Unfortunately that means that the the project generated by default does not compile(since it includes the file AppSpec that depends on FlatSpecHelper). Probably, the easiest solution is to include FlatSpecHelper to the project generated by default (maybe here https://github.com/twitter/finatra/blob/master/script/finatra/libexec/finatra-new ) |
Yep, issue #179. |
Finagle 2.0M1 is out now for comment so closing out this old issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found in commit 5d1d1cb.
Clone the repo,
./finatra new com.domain.whatever
, and thensbt test
fails. It seems thatcom/twitter/finatra/test/FlatSpecHelper.scala
isn't included in finagle 1.6.0 as it is in previous versions. Manually adding that file back to your project corrects the issue.
The text was updated successfully, but these errors were encountered: