juanrh / sscheck

ScalaCheck for Spark
Apache License 2.0
63 stars 9 forks source link

Upgrades test frameworks versions #47

Closed franciscodr closed 8 years ago

franciscodr commented 8 years ago

This pull request upgrades Specs2, Scalacheck and Scalatest to the latest versions. These changes allow us to take advantage of some new functionalities such as XorMatchers in Specs2 library.

Please @juanrh, review at your convenience. Thanks!

juanrh commented 8 years ago

Hi Francisco, Thanks a lot for your contribution, tests are passing so I'll merge the changes now.

Thanks again for helping the project!

franciscodr commented 8 years ago

Thanks @juanrh! You're doing a great job, sscheck is very useful!