arquillian / arquillian-testrunner-spock

Arquillian Spock TestRunner
Apache License 2.0
30 stars 20 forks source link

Fix Groovy 2.x examples parent relative path + remove redundant version #22

Closed kriegaex closed 8 years ago

kriegaex commented 8 years ago

I fixed the Maven build.

Relates to #18.

bartoszmajsak commented 8 years ago

Relative path is interesting. Makes me wonder how on earth it works with my mvn version :)

Thanks, I will merge it this afternoon.

kriegaex commented 8 years ago

Alternatively, you could

Both variante would help you get rid of the ugly relative path.

bartoszmajsak commented 8 years ago

I am actually considering to remove examples and make integration tests module instead. With more use cases to cover different spock usages. Thanks for your contribution!

bartoszmajsak commented 8 years ago

Sneaked in on spock_1.0 branch. Thanks for your contribution!