-
Bug
-
Resolution: Done
-
Critical
-
spock_1.0.0.Beta1
-
None
Current behavior of setup() methods does not follow other Arquillian test runners. Namely, the problem is in method being always executed in both environments, making following call impossible:
@Inject Foo foo; def setup() { assert foo != null }